font.css 568 B

12345678910111213141516171819202122232425262728293031323334
  1. /* #ifndef APP-PLUS-NVUE */
  2. @font-face {
  3. font-family: "iconfont"; /* Project id 2636150 */
  4. src: url('~@/static/css/iconfont.ttf') format('truetype');
  5. }
  6. .iconfont {
  7. font-family: "iconfont" !important;
  8. font-size: 32upx;
  9. font-style: normal;
  10. -webkit-font-smoothing: antialiased;
  11. -moz-osx-font-smoothing: grayscale;
  12. }
  13. .icon-wode:before {
  14. content: "\e658";
  15. }
  16. .icon-liaotian:before {
  17. content: "\e60f";
  18. }
  19. .icon-bumen:before {
  20. content: "\e64e";
  21. }
  22. .icon-haoyou:before {
  23. content: "\e628";
  24. }
  25. .icon-qunzhong:before {
  26. content: "\e651";
  27. }
  28. /* #endif */