From d08181ea37df45f78f4a60e2c7cdf47a09e5f3d3 Mon Sep 17 00:00:00 2001 From: ZvonimirSun Date: Tue, 12 Dec 2023 23:56:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/2048/style/clear-sans.scss | 24 ++++++++++++------------ src/views/tetris/style/ds-digital.scss | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/2048/style/clear-sans.scss b/src/views/2048/style/clear-sans.scss index 3d0adf836..9d45e9c0b 100644 --- a/src/views/2048/style/clear-sans.scss +++ b/src/views/2048/style/clear-sans.scss @@ -1,29 +1,29 @@ @font-face { font-family: "Clear Sans"; - src: url("@/views/games/2048/style/fonts/ClearSans-Light-webfont.eot"); - src: url("@/views/games/2048/style/fonts/ClearSans-Light-webfont.eot?#iefix") format("embedded-opentype"), - url("@/views/games/2048/style/fonts/ClearSans-Light-webfont.svg#clear_sans_lightregular") format("svg"), - url("@/views/games/2048/style/fonts/ClearSans-Light-webfont.woff") format("woff"); + src: url("@/views/2048/style/fonts/ClearSans-Light-webfont.eot"); + src: url("@/views/2048/style/fonts/ClearSans-Light-webfont.eot?#iefix") format("embedded-opentype"), + url("@/views/2048/style/fonts/ClearSans-Light-webfont.svg#clear_sans_lightregular") format("svg"), + url("@/views/2048/style/fonts/ClearSans-Light-webfont.woff") format("woff"); font-weight: 200; font-style: normal; } @font-face { font-family: "Clear Sans"; - src: url("@/views/games/2048/style/fonts/ClearSans-Regular-webfont.eot"); - src: url("@/views/games/2048/style/fonts/ClearSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), - url("@/views/games/2048/style/fonts/ClearSans-Regular-webfont.svg#clear_sansregular") format("svg"), - url("@/views/games/2048/style/fonts/ClearSans-Regular-webfont.woff") format("woff"); + src: url("@/views/2048/style/fonts/ClearSans-Regular-webfont.eot"); + src: url("@/views/2048/style/fonts/ClearSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), + url("@/views/2048/style/fonts/ClearSans-Regular-webfont.svg#clear_sansregular") format("svg"), + url("@/views/2048/style/fonts/ClearSans-Regular-webfont.woff") format("woff"); font-weight: normal; font-style: normal; } @font-face { font-family: "Clear Sans"; - src: url("@/views/games/2048/style/fonts/ClearSans-Bold-webfont.eot"); - src: url("@/views/games/2048/style/fonts/ClearSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), - url("@/views/games/2048/style/fonts/ClearSans-Bold-webfont.svg#clear_sansbold") format("svg"), - url("@/views/games/2048/style/fonts/ClearSans-Bold-webfont.woff") format("woff"); + src: url("@/views/2048/style/fonts/ClearSans-Bold-webfont.eot"); + src: url("@/views/2048/style/fonts/ClearSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), + url("@/views/2048/style/fonts/ClearSans-Bold-webfont.svg#clear_sansbold") format("svg"), + url("@/views/2048/style/fonts/ClearSans-Bold-webfont.woff") format("woff"); font-weight: 700; font-style: normal; } diff --git a/src/views/tetris/style/ds-digital.scss b/src/views/tetris/style/ds-digital.scss index 059647c4b..2787bd490 100644 --- a/src/views/tetris/style/ds-digital.scss +++ b/src/views/tetris/style/ds-digital.scss @@ -1,4 +1,4 @@ @font-face { font-family: "DS Digital"; - src: url("@/views/games/tetris/style/fonts/DS-DIGI.TTF"), url("@/views/games/tetris/style/fonts/DS-DIGIB.TTF"), url("@/views/games/tetris/style/fonts/DS-DIGII.TTF"), url("@/views/games/tetris/style/fonts/DS-DIGIT.TTF"); + src: url("@/views/tetris/style/fonts/DS-DIGI.TTF"), url("@/views/tetris/style/fonts/DS-DIGIB.TTF"), url("@/views/tetris/style/fonts/DS-DIGII.TTF"), url("@/views/tetris/style/fonts/DS-DIGIT.TTF"); }