mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2024-11-01 00:24:16 +01:00
25 lines
578 B
Stylus
25 lines
578 B
Stylus
@font-face {
|
|
font-family: 'Inconsolata';
|
|
src: url('vendor/fonts/Inconsolata-Regular.woff2') format('woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Merriweather';
|
|
src: url('vendor/fonts/Merriweather-Regular.woff2') format('woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Inconsolata';
|
|
src: url('vendor/fonts/Inconsolata-Bold.woff2') format('woff2');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|