Move fonts to assets and add function to load them.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-02 09:41:22 -08:00
parent 9ebcc97ebf
commit 657d2fa198
17 changed files with 208 additions and 18 deletions

View File

@ -0,0 +1,17 @@
@font-face {
font-family: 'Concourse OT';
font-style: normal;
font-weight: normal;
font-stretch: normal;
font-display: auto;
src: url('concourse_ot_3_book.woff2') format('woff2');
}
@font-face {
font-family: 'Concourse OT';
font-style: normal;
font-weight: bold;
font-stretch: normal;
font-display: auto;
src: url('concourse_ot_6_semibold.woff2') format('woff2');
}