Force use of external fonts

This commit is contained in:
Edgar P. Burkhart 2020-12-22 11:11:15 +01:00
parent a9a5ea9602
commit 165eb4da86
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
2 changed files with 4 additions and 10 deletions

View File

@ -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");
} }

View File

@ -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");
} }