13 lines
313 B
SCSS
13 lines
313 B
SCSS
|
/* Do not edit */@font-face {
|
||
|
font-family: 'tao';
|
||
|
src:
|
||
|
url('#{$fontPath}tao/tao.ttf?syc5z9') format('truetype'),
|
||
|
url('#{$fontPath}tao/tao.woff?syc5z9') format('woff'),
|
||
|
url('#{$fontPath}tao/tao.svg?syc5z9#tao') format('svg');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
font-display: block;
|
||
|
}
|
||
|
|
||
|
|