From 8501ae871a7165225fec7b6e70013f311c9bd3d8 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 26 Dec 2023 18:17:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AD=97=E4=BD=93=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/styles/index.scss | 2 +- core/frontend/static/fonts/{特高敏.otf => tgm.otf} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename core/frontend/static/fonts/{特高敏.otf => tgm.otf} (100%) diff --git a/core/frontend/src/styles/index.scss b/core/frontend/src/styles/index.scss index 7babf761f1..47f0523376 100644 --- a/core/frontend/src/styles/index.scss +++ b/core/frontend/src/styles/index.scss @@ -7,7 +7,7 @@ } */ @font-face { font-family: 'AlibabaPuHuiTi'; - src: url('../../static/fonts/特高敏.otf'); + src: url('../../static/fonts/tgm.otf'); font-weight: normal; font-style: normal; } diff --git a/core/frontend/static/fonts/特高敏.otf b/core/frontend/static/fonts/tgm.otf similarity index 100% rename from core/frontend/static/fonts/特高敏.otf rename to core/frontend/static/fonts/tgm.otf