50 lines
1.0 KiB
CSS
50 lines
1.0 KiB
CSS
@font-face {
|
|
font-family: "IBM Plex Sans";
|
|
src: url(../fonts/IBMPlexSans-Regular.woff2);
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "IBM Plex Sans";
|
|
src: url(../fonts/IBMPlexSans-Italic.woff2);
|
|
font-weight: normal;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "IBM Plex Sans";
|
|
src: url(../fonts/IBMPlexSans-Bold.woff2);
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "IBM Plex Sans";
|
|
src: url(../fonts/IBMPlexSans-BoldItalic.woff2);
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "IBM Plex Sans";
|
|
src: url(../fonts/IBMPlexSans-Light.woff2);
|
|
font-weight: 300;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "IBM Plex Sans";
|
|
src: url(../fonts/IBMPlexSans-LightItalic.woff2);
|
|
font-weight: 300;
|
|
font-style: italic;
|
|
}
|
|
|
|
/* Monospace variant(s) */
|
|
@font-face {
|
|
font-family: "IBM Plex Mono";
|
|
src: url(../fonts/IBMPlexMono-Regular.ttf);
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|