43 lines
1 KiB
CSS
43 lines
1 KiB
CSS
|
@font-face {
|
||
|
font-family: 'IBM Plex Serif';
|
||
|
font-style: normal;
|
||
|
font-weight: 400;
|
||
|
src: url(/assets/fonts/IBMPlexSerif-400.woff2) format('woff2');
|
||
|
font-display: swap;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'IBM Plex Serif';
|
||
|
font-style: italic;
|
||
|
font-weight: 400;
|
||
|
src: url(/assets/fonts/IBMPlexSerif-400i.woff2) format('woff2');
|
||
|
font-display: swap;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'IBM Plex Serif';
|
||
|
font-style: normal;
|
||
|
font-weight: 500;
|
||
|
src: url(/assets/fonts/IBMPlexSerif-500.woff2) format('woff2');
|
||
|
font-display: swap;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'IBM Plex Serif';
|
||
|
font-style: italic;
|
||
|
font-weight: 500;
|
||
|
src: url(/assets/fonts/IBMPlexSerif-500i.woff2) format('woff2');
|
||
|
font-display: swap;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'IBM Plex Serif';
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
src: url(/assets/fonts/IBMPlexSerif-700.woff2) format('woff2');
|
||
|
font-display: swap;
|
||
|
}
|
||
|
@font-face {
|
||
|
font-family: 'IBM Plex Serif';
|
||
|
font-style: italic;
|
||
|
font-weight: 700;
|
||
|
src: url(/assets/fonts/IBMPlexSerif-700i.woff2) format('woff2');
|
||
|
font-display: swap;
|
||
|
}
|