natasha 1 anno fa
parent
commit
5b6caa897f

BIN
src/common/font/ARABTYPE.TTF


+ 6 - 0
src/common/font/font.css

@@ -30,6 +30,12 @@
   src: url("Roboto-Regular.ttf");
 }
 
+/* 阿拉伯语 */
+@font-face {
+  font-family: "alabo";
+  src: url("ARABTYPE.TTF");
+}
+
 @font-face {
   font-family: "sourceR";
   src: url("SourceSansPro-Regular.ttf");

+ 2 - 2
src/components/Adult/preview/NewWordShow.vue

@@ -436,7 +436,7 @@ export default {
     .en {
       display: block;
       margin-top: 4px;
-      font-family: robot;
+      font-family: robot, "alabo";
     }
     .item {
       box-sizing: border-box;
@@ -451,7 +451,7 @@ export default {
           font-family: "GB-PINYINOK-B";
         }
         :nth-child(2) {
-          font-family: "robot";
+          font-family: "robot", "alabo";
           margin-left: 4px;
         }
         color: #2c2c2c;

+ 4 - 4
src/components/Adult/preview/WordPhrase.vue

@@ -724,7 +724,7 @@ export default {
         color: #ffffff;
         border-radius: 50%;
         font-size: 12px;
-        font-family: "robot";
+        font-family: "robot", "alabo";
         line-height: 16px;
         margin-top: 4px;
         margin-left: 8px;
@@ -778,7 +778,7 @@ export default {
         }
       }
       .NPC-word-tab-cixing {
-        font-family: "robot";
+        font-family: "robot", "alabo";
         // width: 48px;
         width: 60px;
         word-break: break-word;
@@ -800,7 +800,7 @@ export default {
       }
       .NPC-word-tab-def {
         flex: 1;
-        font-family: "robot";
+        font-family: "robot", "alabo";
         word-break: break-word;
         box-sizing: border-box;
         white-space: pre-wrap;
@@ -835,7 +835,7 @@ export default {
           font-size: 16px;
           font-weight: 400;
           line-height: 24px;
-          font-family: "robot", "FZJCGFKTK";
+          font-family: "robot", "FZJCGFKTK", "alabo";
         }
       }
     }

+ 1 - 1
src/styles/index.scss

@@ -9,7 +9,7 @@ body {
   -moz-osx-font-smoothing: grayscale;
   -webkit-font-smoothing: antialiased;
   text-rendering: optimizeLegibility;
-  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
+  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif,"alabo";
 }
 
 label {