Browse Source

引入字体样式信息

zhourj 1 week ago
parent
commit
c1b3a6ed14
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/App.vue

+ 2 - 2
src/App.vue

@@ -37,8 +37,8 @@
     }
   }
 </script>
-<style>
-
+<style lang="less">
+  @import "assets/fonts/index.css";
   #app {
     height: 100%;
   }