Skip to content

Commit

Permalink
修訂 Styles 錯誤
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanJui committed Sep 4, 2024
1 parent 7829b2a commit 67c17fb
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions docs/assets/styles/styles.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap");

body {
font-family: 'Noto Sans TC', sans-serif !important;
}

/* END: ed8c6549bwf9 */

@import url(https://fonts.googleapis.com/css?family=Noto+Serif+TC&display=swap);

body {
font-family: 'Noto Serif TC', serif;
}

@font-face {
font-family: 'BopomofoRuby';
src:
Expand All @@ -22,10 +11,10 @@ body {
}

body {
font-family: "Noto Serif TC", serif;
font-family: 'Noto Sans TC', sans-serif !important;
color: #333;
line-height: 1.8;
width: 80%;
width: 100%;
}

header {
Expand Down

0 comments on commit 67c17fb

Please sign in to comment.