mirror of
https://gitlab.com/veilid/veilid-dot-com.git
synced 2024-10-01 01:05:53 -04:00
36 lines
995 B
CSS
36 lines
995 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: 'Atkinson Hyperlegible';
|
|
src: url('/fonts/AtkinsonHyperlegible-Bold.woff2') format('woff2'),
|
|
url('/fonts/AtkinsonHyperlegible-Bold.woff') format('woff');
|
|
font-weight: bold;
|
|
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;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Bitter';
|
|
src: url('/fonts/Bitter-Bold.woff2') format('woff2'),
|
|
url('/fonts/Bitter-Bold.woff') format('woff');
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|