mirror of
https://gitlab.com/veilid/veilid-dot-com.git
synced 2025-01-30 16:03:25 -05:00
20 lines
508 B
CSS
20 lines
508 B
CSS
|
@font-face {
|
||
|
font-family: 'Atkinson Hyperlegible';
|
||
|
src: url('/fonts/AtkinsonHyperlegible-Regular.woff2') format('woff2'),
|
||
|
url('/fonts/AtkinsonHyperlegible-Regular.woff') format('woff');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
font-display: swap;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Bitter';
|
||
|
src: url('/fonts/Bitter-Medium.woff2') format('woff2'),
|
||
|
url('/fonts/Bitter-Medium.woff') format('woff');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
font-display: swap;
|
||
|
}
|