mirror of
https://gitlab.com/veilid/veilid-dot-com.git
synced 2024-10-01 01:05:53 -04: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;
|
|
}
|