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