index.scss 144 B

123456789
  1. view {
  2. box-sizing: border-box;
  3. }
  4. // 引入字体图标
  5. @font-face {
  6. font-family: CustomFont;
  7. src: url('@/static/iconfonts/iconfont.ttf');
  8. }