old.nicco.io/styles/fonts.css

25 lines
563 B
CSS
Raw Normal View History

2019-08-08 13:52:45 +02:00
@font-face {
font-family: 'Inconsolata';
2020-01-05 17:34:03 +01:00
src: url('/static/Inconsolata-Regular.woff2') format('woff2');
2019-08-08 13:52:45 +02:00
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Merriweather';
2020-01-05 17:34:03 +01:00
src: url('/static/Merriweather-Regular.woff2') format('woff2');
2019-08-08 13:52:45 +02:00
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Inconsolata';
2020-01-05 17:34:03 +01:00
src: url('/static/Inconsolata-Bold.woff2') format('woff2');
2019-08-08 13:52:45 +02:00
font-weight: normal;
font-style: normal;
font-display: swap;
}