Switched font-display to swap for IBM Plex Serif
This commit is contained in:
parent
7d5034b11a
commit
fceb9d2ae0
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
font-family: 'IBM Plex Serif';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: swap;
|
||||
src: local("IBM Plex Serif Bold"),
|
||||
local("IBMPlexSerif-Bold"),
|
||||
url("IBMPlexSerif-Bold.woff2") format("woff2"),
|
||||
|
@ -11,6 +12,7 @@
|
|||
font-family: 'IBM Plex Serif';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
font-display: swap;
|
||||
src: local("IBM Plex Serif Light"),
|
||||
local("IBMPlexSerif-Light"),
|
||||
url("IBMPlexSerif-Light.woff2") format("woff2"),
|
||||
|
|
Reference in a new issue