合同小程序前端代码仓库
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.

15 lines
396 B

1 week ago
  1. $prefix: l !default;
  2. /* #ifndef APP-NVUE || APP-ANDROID || APP-IOS */
  3. @font-face {
  4. font-family: $prefix;
  5. src: url('https://tdesign.gtimg.com/icon/0.3.0/fonts/t.ttf') format('truetype');
  6. font-weight: normal;
  7. font-style: normal;
  8. }
  9. /* #endif */
  10. /* #ifdef APP-ANDROID || APP-IOS */
  11. @font-face {
  12. font-family: $prefix;
  13. src: url('@/uni_modules/lime-icon/hybrid/html/t3.ttf');
  14. }
  15. /* #endif */