Move fonts to assets and add function to load them.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
17
assets/fonts/ConcourseOT/concourseot.css
Normal file
17
assets/fonts/ConcourseOT/concourseot.css
Normal 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');
|
||||
}
|
||||
Reference in New Issue
Block a user