mirror of
https://github.com/bspeice/speice.io
synced 2024-11-05 09:38:09 -05:00
15 lines
478 B
CSS
15 lines
478 B
CSS
|
@font-face {
|
||
|
font-family: 'JetBrains Mono';
|
||
|
src: url('/assets/font/JetBrainsMono-Regular.woff2') format('woff2'),
|
||
|
url('/assets/font/JetBrainsMono-Regular.woff') format('woff');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Lato';
|
||
|
src: url('/assets/font/lato-regular-webfont.woff2') format('woff2'),
|
||
|
url('/assets/font/lato-regular-webfont.woff') format('woff');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
}
|