y595705120 2 سال پیش
والد
کامیت
08f5ad9c11
4فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 1 1
      src/App.vue
  2. 1 1
      src/components/image.vue
  3. BIN
      src/font/FSGB2312.ttf
  4. 2 2
      src/tailwind.css

+ 1 - 1
src/App.vue

@@ -60,7 +60,7 @@ export default {
 
 <style lang="less">
 #app {
-  font-family: Avenir, Helvetica, Arial, sans-serif;;
+  font-family: Avenir, Helvetica, Arial, sans-serif;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   text-align: center;

+ 1 - 1
src/components/image.vue

@@ -49,7 +49,7 @@ export default {
     right: 0;
     bottom: 0;
     color: #fff;
-    font-family: 'STXinwei', Times, serif;
+    // font-family: 'STXinwei', Times, serif;
     font-size: 20px;
     font-weight: 600;
     letter-spacing: 2px;

BIN
src/font/FSGB2312.ttf


+ 2 - 2
src/tailwind.css

@@ -688,6 +688,6 @@ Ensure the default browser behavior of the `hidden` attribute.
 }
 
 @font-face {
-  font-family: "楷体"; /* Project id  */
-  src: url('./font/gb2312.ttf');/* Safari, Android, iOS */
+  font-family: "FangSong_GB2312"; /* Project id  */
+  src: url('./font/FSGB2312.ttf');/* Safari, Android, iOS */
 }