From 806a357f039155fd7896047aaeac8c478be8240c Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 08 十二月 2025 10:44:04 +0800
Subject: [PATCH] fix: 财政拨付文字改成推广补贴发放

---
 src/style/index.scss |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/src/style/index.scss b/src/style/index.scss
index 16db70a..42de2c8 100644
--- a/src/style/index.scss
+++ b/src/style/index.scss
@@ -195,3 +195,24 @@
     }
   }
 }
+
+@font-face {
+  font-family: DrukWide-Bold;
+  src: url('@/assets/fonts/DrukWide-Bold.woff2') format('woff2');
+  font-style: normal;
+  font-weight: normal;
+}
+
+@font-face {
+  font-family: 'YouSheBiaoTiHei Regular';
+  src: url('@/assets/fonts/YouSheBiaoTiHei Regular.ttf') format('truetype');
+  font-style: normal;
+  font-weight: normal;
+}
+
+@font-face {
+  font-family: 'Fontquan-XinYiGuanHeiTi Regular';
+  src: url('@/assets/fonts/Fontquan-XinYiGuanHeiTi Regular.ttf') format('truetype');
+  font-style: normal;
+  font-weight: normal;
+}

--
Gitblit v1.9.1