34 lines
713 B
CSS
34 lines
713 B
CSS
/* Terminus Regular */
|
|
@font-face {
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: url(/fonts/terminus/TerminusRegular.woff2);
|
|
font-family: 'Terminus';
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-style: italic;
|
|
font-weight: 400;
|
|
src: url(/fonts/terminus/TerminusItalic.woff2);
|
|
font-family: 'Terminus';
|
|
font-display: swap;
|
|
}
|
|
|
|
/* Terminus Bold */
|
|
@font-face {
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
src: url(/fonts/terminus/TerminusBold.woff2);
|
|
font-family: 'Terminus';
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-style: italic;
|
|
font-weight: 700;
|
|
src: url(/fonts/terminus/TerminusBoldItalic.woff2);
|
|
font-family: 'Terminus';
|
|
font-display: swap;
|
|
}
|