pujiaming 1 год назад
Родитель
Сommit
cf73a3d0a9
4 измененных файлов с 2 добавлено и 2 удалено
  1. BIN
      public/youshe.ttf
  2. BIN
      public/zihunHeavy.ttf
  3. BIN
      public/zihunRegular.ttf
  4. 2 2
      src/style.css

BIN
public/youshe.ttf


BIN
public/zihunHeavy.ttf


BIN
public/zihunRegular.ttf


+ 2 - 2
src/style.css

@@ -68,11 +68,11 @@ input[type="number"] {
 /* ------------------------------------------------------------------------- */
 /* ------------------------------------------------------------------------- */
 @font-face {
 @font-face {
   font-family: 'zihunchaoji';
   font-family: 'zihunchaoji';
-  src: url('/zihunRegular.ttf') format('truetype');
+  src: url('https://cs.wechat.kfzs.com/client/static/word/zihunRegular.ttf') format('truetype');
 }
 }
 @font-face {
 @font-face {
   font-family: 'youshe';
   font-family: 'youshe';
-  src: url('/youshe.ttf') format('truetype');
+  src: url('https://cs.wechat.kfzs.com/client/static/word/youshe.ttf') format('truetype');
 }
 }
 :root {
 :root {
   font-family:  Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
   font-family:  Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;