Switched font-display to swap for IBM Plex Serif

This commit is contained in:
Edgar P. Burkhart 2020-12-22 09:25:51 +01:00
parent 7d5034b11a
commit fceb9d2ae0
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -2,6 +2,7 @@
font-family: 'IBM Plex Serif'; font-family: 'IBM Plex Serif';
font-style: normal; font-style: normal;
font-weight: 700; font-weight: 700;
font-display: swap;
src: local("IBM Plex Serif Bold"), src: local("IBM Plex Serif Bold"),
local("IBMPlexSerif-Bold"), local("IBMPlexSerif-Bold"),
url("IBMPlexSerif-Bold.woff2") format("woff2"), url("IBMPlexSerif-Bold.woff2") format("woff2"),
@ -11,6 +12,7 @@
font-family: 'IBM Plex Serif'; font-family: 'IBM Plex Serif';
font-style: normal; font-style: normal;
font-weight: 300; font-weight: 300;
font-display: swap;
src: local("IBM Plex Serif Light"), src: local("IBM Plex Serif Light"),
local("IBMPlexSerif-Light"), local("IBMPlexSerif-Light"),
url("IBMPlexSerif-Light.woff2") format("woff2"), url("IBMPlexSerif-Light.woff2") format("woff2"),