2019-08-08 13:52:45 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Inconsolata';
|
2019-12-12 05:58:39 +01:00
|
|
|
src: url('vendor/fonts/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';
|
2019-12-12 05:58:39 +01:00
|
|
|
src: url('vendor/fonts/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';
|
2019-12-12 05:58:39 +01:00
|
|
|
src: url('vendor/fonts/Inconsolata-Bold.woff2') format('woff2');
|
2019-08-08 13:52:45 +02:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
font-display: swap;
|
|
|
|
}
|
|
|
|
|