32m/fonts/fonts.css
Aadil Ayub 8c9168f330
All checks were successful
continuous-integration/drone/push Build is passing
add basic styling and fonts
2021-10-15 19:57:16 +05:00

19 lines
368 B
CSS

@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');
}