app模板、应用模板、组件模板、widget模板
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

@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"); }