add font assets
This commit is contained in:
parent
bb80714e9b
commit
276f2b455c
BIN
fonts/concourse_ot_3_book.woff2
Normal file
BIN
fonts/concourse_ot_3_book.woff2
Normal file
Binary file not shown.
BIN
fonts/concourse_ot_6_semibold.woff2
Normal file
BIN
fonts/concourse_ot_6_semibold.woff2
Normal file
Binary file not shown.
19
fonts/sample.css
Normal file
19
fonts/sample.css
Normal 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');
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user