18 lines
No EOL
525 B
CSS
18 lines
No EOL
525 B
CSS
@font-face {
|
|
font-family: 'IBM Plex Serif';
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: local("IBM Plex Serif Bold"),
|
|
local("IBMPlexSerif-Bold"),
|
|
url("IBMPlexSerif-Bold.woff2") format("woff2"),
|
|
url("IBMPlexSerif-Bold.woff") format("woff");
|
|
}
|
|
@font-face {
|
|
font-family: 'IBM Plex Serif';
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
src: local("IBM Plex Serif Light"),
|
|
local("IBMPlexSerif-Light"),
|
|
url("IBMPlexSerif-Light.woff2") format("woff2"),
|
|
url("IBMPlexSerif-Light.woff") format("woff");
|
|
} |