mirror of
https://github.com/swissmakers/fail2ban-ui.git
synced 2026-04-11 13:47:05 +02:00
29 lines
699 B
CSS
29 lines
699 B
CSS
|
|
@font-face {
|
||
|
|
font-family: 'Cinzel';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 400;
|
||
|
|
font-display: swap;
|
||
|
|
src: url(/static/vendor/fonts/cinzel-400.ttf) format('truetype');
|
||
|
|
}
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Cinzel';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 600;
|
||
|
|
font-display: swap;
|
||
|
|
src: url(/static/vendor/fonts/cinzel-600.ttf) format('truetype');
|
||
|
|
}
|
||
|
|
@font-face {
|
||
|
|
font-family: 'Cinzel';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 700;
|
||
|
|
font-display: swap;
|
||
|
|
src: url(/static/vendor/fonts/cinzel-700.ttf) format('truetype');
|
||
|
|
}
|
||
|
|
@font-face {
|
||
|
|
font-family: 'MedievalSharp';
|
||
|
|
font-style: normal;
|
||
|
|
font-weight: 400;
|
||
|
|
font-display: swap;
|
||
|
|
src: url(/static/vendor/fonts/medieval-sharp.ttf) format('truetype');
|
||
|
|
}
|