From f8e3c7729ea7778f70b3f8b656c0f1b7a56afe8c Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 23 Jun 2025 14:48:13 +0800
Subject: [PATCH] feat: 去除两种无用字体
---
/dev/null | 0
public/fonts/font.css | 36 ------------------------------------
2 files changed, 0 insertions(+), 36 deletions(-)
diff --git a/public/fonts/SourceHanSansCN-Bold.otf b/public/fonts/SourceHanSansCN-Bold.otf
deleted file mode 100644
index 4b3429a..0000000
--- a/public/fonts/SourceHanSansCN-Bold.otf
+++ /dev/null
Binary files differ
diff --git a/public/fonts/SourceHanSansCN-Medium.otf b/public/fonts/SourceHanSansCN-Medium.otf
deleted file mode 100644
index 53e03e0..0000000
--- a/public/fonts/SourceHanSansCN-Medium.otf
+++ /dev/null
Binary files differ
diff --git a/public/fonts/font.css b/public/fonts/font.css
index 1b810a1..dc5f8fc 100644
--- a/public/fonts/font.css
+++ b/public/fonts/font.css
@@ -1,23 +1,6 @@
@font-face {
font-family: "Source Han Sans CN";
src: url("SourceHanSansCN-Regular.otf") format("opentype");
- font-weight: 400;
- font-style: normal;
- font-display: swap;
-}
-
-@font-face {
- font-family: "Source Han Sans CN";
- src: url("SourceHanSansCN-Medium.otf") format("opentype");
- font-weight: 500;
- font-style: normal;
- font-display: swap;
-}
-
-@font-face {
- font-family: "Source Han Sans CN";
- src: url("SourceHanSansCN-Bold.otf") format("opentype") ;
- font-weight: 700;
font-style: normal;
font-display: swap;
}
@@ -26,28 +9,9 @@
@font-face {
font-family: "Segoe UI";
src: url("SourceHanSansCN-Regular.otf") format("opentype");
- font-weight: 400;
font-style: normal;
font-display: swap;
}
-
-@font-face {
- font-family: "Segoe UI";
- src: url("SourceHanSansCN-Medium.otf") format("opentype");
- font-weight: 500;
- font-style: normal;
- font-display: swap;
-}
-
-@font-face {
- font-family: "Segoe UI";
- src: url("SourceHanSansCN-Bold.otf") format("opentype") ;
- font-weight: 700;
- font-style: normal;
- font-display: swap;
-}
-
-
/* 额外的标题字体 */
--
Gitblit v1.9.3