18 lines
367 B
CSS
18 lines
367 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');
|
||
|
}
|