72 lines
1.4 KiB
CSS
72 lines
1.4 KiB
CSS
|
@font-face {
|
||
|
font-family: 'Comic Neue';
|
||
|
src:
|
||
|
local('Comic Neue Light'),
|
||
|
local('ComicNeue-Light'),
|
||
|
url('/assets/fonts/ComicNeue-Light.woff2') format('woff2')
|
||
|
;
|
||
|
font-weight: 300;
|
||
|
font-style: normal;
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Comic Neue';
|
||
|
src:
|
||
|
local('Comic Neue Italic'),
|
||
|
local('ComicNeue-Italic'),
|
||
|
url('/assets/fonts/ComicNeue-Italic.woff2') format('woff2')
|
||
|
;
|
||
|
font-weight: normal;
|
||
|
font-style: italic;
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Comic Neue';
|
||
|
src:
|
||
|
local('Comic Neue Bold'),
|
||
|
local('ComicNeue-Bold'),
|
||
|
url('/assets/fonts/ComicNeue-Bold.woff2') format('woff2')
|
||
|
;
|
||
|
font-weight: bold;
|
||
|
font-style: normal;
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Comic Neue';
|
||
|
src:
|
||
|
local('Comic Neue Bold Italic'),
|
||
|
local('ComicNeue-BoldItalic'),
|
||
|
url('/assets/fonts/ComicNeue-BoldItalic.woff2') format('woff2')
|
||
|
;
|
||
|
font-weight: bold;
|
||
|
font-style: italic;
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Comic Neue';
|
||
|
src:
|
||
|
local('Comic Neue Light Italic'),
|
||
|
local('ComicNeue-LightItalic'),
|
||
|
url('/assets/fonts/ComicNeue-LightItalic.woff2') format('woff2')
|
||
|
;
|
||
|
font-weight: 300;
|
||
|
font-style: italic;
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Comic Neue';
|
||
|
src:
|
||
|
local('Comic Neue Regular'),
|
||
|
local('ComicNeue-Regular'),
|
||
|
url('/assets/fonts/ComicNeue-Regular.woff2') format('woff2')
|
||
|
;
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
font-display: swap;
|
||
|
}
|