💄 Updated fonts to latest version
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user