Skip to content

Commit

Permalink
fix: 样式文件路径
Browse files Browse the repository at this point in the history
  • Loading branch information
ZvonimirSun committed Dec 12, 2023
1 parent 7aeed7b commit d08181e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions src/views/2048/style/clear-sans.scss
Original file line number Diff line number Diff line change
@@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion src/views/tetris/style/ds-digital.scss
Original file line number Diff line number Diff line change
@@ -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");
}

0 comments on commit d08181e

Please sign in to comment.