diff --git a/assets/css/fonts.scss b/assets/css/fonts.scss index d1c89084e..04f37bdff 100644 --- a/assets/css/fonts.scss +++ b/assets/css/fonts.scss @@ -9,7 +9,7 @@ // Do not use font-display: swap for the icon font - it looks really bad when the page // loads. font-display: block; - src: url("~static/fonts/material-icons-v52.woff2") format("woff2"); + src: url("~static/fonts/material-icons-v54.woff2") format("woff2"); } .material-icons { @@ -39,8 +39,8 @@ font-weight: 500; font-display: swap; src: local("Poppins Medium"), local("Poppins-Medium"), - url("~static/fonts/poppins-v9-latin-500.woff2") format("woff2"), - url("~static/fonts/poppins-v9-latin-500.woff") format("woff"); + url("~static/fonts/poppins-v12-latin-500.woff2") format("woff2"), + url("~static/fonts/poppins-v12-latin-500.woff") format("woff"); } /* poppins-700 - latin */ @@ -50,8 +50,8 @@ font-weight: 700; font-display: swap; src: local("Poppins Bold"), local("Poppins-Bold"), - url("~static/fonts/poppins-v9-latin-700.woff2") format("woff2"), - url("~static/fonts/poppins-v9-latin-700.woff") format("woff"); + url("~static/fonts/poppins-v12-latin-700.woff2") format("woff2"), + url("~static/fonts/poppins-v12-latin-700.woff") format("woff"); } /* roboto-mono-regular - latin */ @@ -61,6 +61,6 @@ font-weight: 400; font-display: swap; src: local("Roboto Mono"), local("RobotoMono-Regular"), - url("~static/fonts/roboto-mono-v7-latin-regular.woff2") format("woff2"), - url("~static/fonts/roboto-mono-v7-latin-regular.woff") format("woff"); + url("~static/fonts/roboto-mono-v12-latin-regular.woff2") format("woff2"), + url("~static/fonts/roboto-mono-v12-latin-regular.woff") format("woff"); } diff --git a/static/fonts/material-icons-v52.woff2 b/static/fonts/material-icons-v52.woff2 deleted file mode 100644 index 2546ee686..000000000 Binary files a/static/fonts/material-icons-v52.woff2 and /dev/null differ diff --git a/static/fonts/material-icons-v54.woff2 b/static/fonts/material-icons-v54.woff2 new file mode 100644 index 000000000..b1ea7450a Binary files /dev/null and b/static/fonts/material-icons-v54.woff2 differ diff --git a/static/fonts/poppins-v12-latin-500.woff b/static/fonts/poppins-v12-latin-500.woff new file mode 100644 index 000000000..59b821e2d Binary files /dev/null and b/static/fonts/poppins-v12-latin-500.woff differ diff --git a/static/fonts/poppins-v12-latin-500.woff2 b/static/fonts/poppins-v12-latin-500.woff2 new file mode 100644 index 000000000..bb0923bff Binary files /dev/null and b/static/fonts/poppins-v12-latin-500.woff2 differ diff --git a/static/fonts/poppins-v12-latin-700.woff b/static/fonts/poppins-v12-latin-700.woff new file mode 100644 index 000000000..6cdf61e84 Binary files /dev/null and b/static/fonts/poppins-v12-latin-700.woff differ diff --git a/static/fonts/poppins-v12-latin-700.woff2 b/static/fonts/poppins-v12-latin-700.woff2 new file mode 100644 index 000000000..52cbd3adc Binary files /dev/null and b/static/fonts/poppins-v12-latin-700.woff2 differ diff --git a/static/fonts/poppins-v9-latin-500.woff b/static/fonts/poppins-v9-latin-500.woff deleted file mode 100644 index a2d64a1fb..000000000 Binary files a/static/fonts/poppins-v9-latin-500.woff and /dev/null differ diff --git a/static/fonts/poppins-v9-latin-500.woff2 b/static/fonts/poppins-v9-latin-500.woff2 deleted file mode 100644 index fcf632b49..000000000 Binary files a/static/fonts/poppins-v9-latin-500.woff2 and /dev/null differ diff --git a/static/fonts/poppins-v9-latin-700.woff b/static/fonts/poppins-v9-latin-700.woff deleted file mode 100644 index 95ec2a3c4..000000000 Binary files a/static/fonts/poppins-v9-latin-700.woff and /dev/null differ diff --git a/static/fonts/poppins-v9-latin-700.woff2 b/static/fonts/poppins-v9-latin-700.woff2 deleted file mode 100644 index 77d13cafc..000000000 Binary files a/static/fonts/poppins-v9-latin-700.woff2 and /dev/null differ diff --git a/static/fonts/roboto-mono-v12-latin-regular.woff b/static/fonts/roboto-mono-v12-latin-regular.woff new file mode 100644 index 000000000..f319fbfa4 Binary files /dev/null and b/static/fonts/roboto-mono-v12-latin-regular.woff differ diff --git a/static/fonts/roboto-mono-v12-latin-regular.woff2 b/static/fonts/roboto-mono-v12-latin-regular.woff2 new file mode 100644 index 000000000..ed384d22f Binary files /dev/null and b/static/fonts/roboto-mono-v12-latin-regular.woff2 differ diff --git a/static/fonts/roboto-mono-v7-latin-regular.woff b/static/fonts/roboto-mono-v7-latin-regular.woff deleted file mode 100644 index c41382c27..000000000 Binary files a/static/fonts/roboto-mono-v7-latin-regular.woff and /dev/null differ diff --git a/static/fonts/roboto-mono-v7-latin-regular.woff2 b/static/fonts/roboto-mono-v7-latin-regular.woff2 deleted file mode 100644 index 53d4b505c..000000000 Binary files a/static/fonts/roboto-mono-v7-latin-regular.woff2 and /dev/null differ