框架源码
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

4 years ago
  1. @font-face {
  2. [data-theme="blue"] {
  3. font-family: wordFont;
  4. src: url("./fonts/word_regular.ttf"); } }
  5. @font-face {
  6. [data-theme="blue"] {
  7. font-family: numberFontRegular;
  8. src: url("./fonts/number_regular.ttf"); } }
  9. @font-face {
  10. [data-theme="blue"] {
  11. font-family: numberFontBold;
  12. src: url("./fonts/number_bold.ttf"); } }
  13. @font-face {
  14. font-family: wordFont;
  15. src: url("./fonts/word_regular.ttf"); }
  16. @font-face {
  17. font-family: numberFontRegular;
  18. src: url("./fonts/number_regular.ttf"); }
  19. @font-face {
  20. font-family: numberFontBold;
  21. src: url("./fonts/number_bold.ttf"); }