35 lines
936 B
CSS
35 lines
936 B
CSS
@font-face {
|
|
font-family: "IBM Plex Mono";
|
|
src: url("woff2/IBMPlexMono-Regular.woff2") format("woff2"),
|
|
url("woff/IBMPlexMono-Regular.woff") format("woff");
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "IBM PLex Mono";
|
|
src: url("woff2/IBMPlexMono-Italic.woff2") format("woff2"),
|
|
url("woff/IBMPlexMono-Italic.woff") format("woff");
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "IBM PLex Mono";
|
|
src: url("woff2/IBMPlexMono-Bold.woff2") format("woff2"),
|
|
url("woff/IBMPlexMono-Bold.woff") format("woff");
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "IBM Plex Mono";
|
|
src: url("woff2/IBMPlexMono-BoldItalic.woff2") format("woff2"),
|
|
url("woff/IBMPlexMono-BoldItalic.woff") format("woff");
|
|
font-weight: 700;
|
|
font-style: italic;
|
|
font-display: swap;
|
|
} |