Force use of external fonts
This commit is contained in:
parent
a9a5ea9602
commit
165eb4da86
2 changed files with 4 additions and 10 deletions
|
@ -3,8 +3,7 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: local("Inter Regular"),
|
src: url("Inter-Regular.woff2") format("woff2"),
|
||||||
url("Inter-Regular.woff2") format("woff2"),
|
|
||||||
url("Inter-Regular.woff") format("woff");
|
url("Inter-Regular.woff") format("woff");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -12,7 +11,6 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: local("Inter Extra Bold"),
|
src: url("Inter-ExtraBold.woff2") format("woff2"),
|
||||||
url("Inter-ExtraBold.woff2") format("woff2"),
|
|
||||||
url("Inter-ExtraBold.woff") format("woff");
|
url("Inter-ExtraBold.woff") format("woff");
|
||||||
}
|
}
|
|
@ -3,9 +3,7 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: local("IBM Plex Serif Bold"),
|
src: url("IBMPlexSerif-Bold.woff2") format("woff2"),
|
||||||
local("IBMPlexSerif-Bold"),
|
|
||||||
url("IBMPlexSerif-Bold.woff2") format("woff2"),
|
|
||||||
url("IBMPlexSerif-Bold.woff2") format("woff");
|
url("IBMPlexSerif-Bold.woff2") format("woff");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
|
@ -13,8 +11,6 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
src: local("IBM Plex Serif Light"),
|
src: url("IBMPlexSerif-Light.woff2") format("woff2"),
|
||||||
local("IBMPlexSerif-Light"),
|
|
||||||
url("IBMPlexSerif-Light.woff2") format("woff2"),
|
|
||||||
url("IBMPlexSerif-Light.woff") format("woff");
|
url("IBMPlexSerif-Light.woff") format("woff");
|
||||||
}
|
}
|
Reference in a new issue