19 lines
451 B
CSS
19 lines
451 B
CSS
|
|
@font-face {
|
||
|
|
font-family: 'Selectric Mono';
|
||
|
|
src: url('SelectricMono.woff2') format('woff2'),
|
||
|
|
url('SelectricMono.woff') format('woff');
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Selectric';
|
||
|
|
src: url('SelectricRoman.woff2') format('woff2'),
|
||
|
|
url('SelectricRoman.woff') format('woff');
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: normal;
|
||
|
|
font-display: swap;
|
||
|
|
}
|
||
|
|
|