💄 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
|
// Do not use font-display: swap for the icon font - it looks really bad when the page
|
||||||
// loads.
|
// loads.
|
||||||
font-display: block;
|
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 {
|
.material-icons {
|
||||||
@@ -39,8 +39,8 @@
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: local("Poppins Medium"), local("Poppins-Medium"),
|
src: local("Poppins Medium"), local("Poppins-Medium"),
|
||||||
url("~static/fonts/poppins-v9-latin-500.woff2") format("woff2"),
|
url("~static/fonts/poppins-v12-latin-500.woff2") format("woff2"),
|
||||||
url("~static/fonts/poppins-v9-latin-500.woff") format("woff");
|
url("~static/fonts/poppins-v12-latin-500.woff") format("woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* poppins-700 - latin */
|
/* poppins-700 - latin */
|
||||||
@@ -50,8 +50,8 @@
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: local("Poppins Bold"), local("Poppins-Bold"),
|
src: local("Poppins Bold"), local("Poppins-Bold"),
|
||||||
url("~static/fonts/poppins-v9-latin-700.woff2") format("woff2"),
|
url("~static/fonts/poppins-v12-latin-700.woff2") format("woff2"),
|
||||||
url("~static/fonts/poppins-v9-latin-700.woff") format("woff");
|
url("~static/fonts/poppins-v12-latin-700.woff") format("woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
/* roboto-mono-regular - latin */
|
/* roboto-mono-regular - latin */
|
||||||
@@ -61,6 +61,6 @@
|
|||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: local("Roboto Mono"), local("RobotoMono-Regular"),
|
src: local("Roboto Mono"), local("RobotoMono-Regular"),
|
||||||
url("~static/fonts/roboto-mono-v7-latin-regular.woff2") format("woff2"),
|
url("~static/fonts/roboto-mono-v12-latin-regular.woff2") format("woff2"),
|
||||||
url("~static/fonts/roboto-mono-v7-latin-regular.woff") format("woff");
|
url("~static/fonts/roboto-mono-v12-latin-regular.woff") format("woff");
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
BIN
static/fonts/material-icons-v54.woff2
Normal file
BIN
static/fonts/material-icons-v54.woff2
Normal file
Binary file not shown.
BIN
static/fonts/poppins-v12-latin-500.woff
Normal file
BIN
static/fonts/poppins-v12-latin-500.woff
Normal file
Binary file not shown.
BIN
static/fonts/poppins-v12-latin-500.woff2
Normal file
BIN
static/fonts/poppins-v12-latin-500.woff2
Normal file
Binary file not shown.
BIN
static/fonts/poppins-v12-latin-700.woff
Normal file
BIN
static/fonts/poppins-v12-latin-700.woff
Normal file
Binary file not shown.
BIN
static/fonts/poppins-v12-latin-700.woff2
Normal file
BIN
static/fonts/poppins-v12-latin-700.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
static/fonts/roboto-mono-v12-latin-regular.woff
Normal file
BIN
static/fonts/roboto-mono-v12-latin-regular.woff
Normal file
Binary file not shown.
BIN
static/fonts/roboto-mono-v12-latin-regular.woff2
Normal file
BIN
static/fonts/roboto-mono-v12-latin-regular.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user