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-weight: 400;
|
||||
font-display: swap;
|
||||
src: local("Inter Regular"),
|
||||
url("Inter-Regular.woff2") format("woff2"),
|
||||
src: url("Inter-Regular.woff2") format("woff2"),
|
||||
url("Inter-Regular.woff") format("woff");
|
||||
}
|
||||
@font-face {
|
||||
|
@ -12,7 +11,6 @@
|
|||
font-style: normal;
|
||||
font-weight: 800;
|
||||
font-display: swap;
|
||||
src: local("Inter Extra Bold"),
|
||||
url("Inter-ExtraBold.woff2") format("woff2"),
|
||||
src: url("Inter-ExtraBold.woff2") format("woff2"),
|
||||
url("Inter-ExtraBold.woff") format("woff");
|
||||
}
|
|
@ -3,9 +3,7 @@
|
|||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: local("IBM Plex Serif Bold"),
|
||||
local("IBMPlexSerif-Bold"),
|
||||
url("IBMPlexSerif-Bold.woff2") format("woff2"),
|
||||
src: url("IBMPlexSerif-Bold.woff2") format("woff2"),
|
||||
url("IBMPlexSerif-Bold.woff2") format("woff");
|
||||
}
|
||||
@font-face {
|
||||
|
@ -13,8 +11,6 @@
|
|||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-display: swap;
|
||||
src: local("IBM Plex Serif Light"),
|
||||
local("IBMPlexSerif-Light"),
|
||||
url("IBMPlexSerif-Light.woff2") format("woff2"),
|
||||
src: url("IBMPlexSerif-Light.woff2") format("woff2"),
|
||||
url("IBMPlexSerif-Light.woff") format("woff");
|
||||
}
|
Reference in a new issue