From 89436385a31b0f31c33bb4688ab7c3b549ecc125 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 10 十二月 2025 17:15:52 +0800
Subject: [PATCH] feat: databoard

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

diff --git a/src/style/index.scss b/src/style/index.scss
index 16db70a..dbd3146 100644
--- a/src/style/index.scss
+++ b/src/style/index.scss
@@ -195,3 +195,31 @@
     }
   }
 }
+
+@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: DINAlternate-Bold;
+  src: url('@/assets/fonts/DINAlternate-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