add font assets

This commit is contained in:
Aadil Ayub 2021-10-15 19:54:01 +05:00
parent bb80714e9b
commit 276f2b455c
3 changed files with 19 additions and 0 deletions

Binary file not shown.

Binary file not shown.

19
fonts/sample.css Normal file
View File

@ -0,0 +1,19 @@
@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');
}