forked from journey/tis_platform
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
607 B
26 lines
607 B
@font-face {
|
|
[data-theme="blue"] {
|
|
font-family: wordFont;
|
|
src: url("./fonts/word_regular.ttf"); } }
|
|
|
|
@font-face {
|
|
[data-theme="blue"] {
|
|
font-family: numberFontRegular;
|
|
src: url("./fonts/number_regular.ttf"); } }
|
|
|
|
@font-face {
|
|
[data-theme="blue"] {
|
|
font-family: numberFontBold;
|
|
src: url("./fonts/number_bold.ttf"); } }
|
|
|
|
@font-face {
|
|
font-family: wordFont;
|
|
src: url("./fonts/word_regular.ttf"); }
|
|
|
|
@font-face {
|
|
font-family: numberFontRegular;
|
|
src: url("./fonts/number_regular.ttf"); }
|
|
|
|
@font-face {
|
|
font-family: numberFontBold;
|
|
src: url("./fonts/number_bold.ttf"); }
|