Skip to content

Commit

Permalink
Update www.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bestpika authored Aug 9, 2024
1 parent d040bf2 commit ed1c17a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/www.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,13 @@ domain('yuplay.ru'),
td,
textarea,
th {
font-family: FontAwesome, "Fira Code", "源泉圓體", "jf open 粉圓 1.1", "Noto Sans CJK JP", "Noto Sans TC",
font-family: FontAwesome, 'Fira Code', '源泉圓體', 'jf open 粉圓 1.1', 'Noto Sans CJK JP', 'Noto Sans TC',
sans-serif !important;
}

code {
font-family: 'Fira Code', 'Courier New', Courier, monospace !important;
}
}

@-moz-document
Expand Down Expand Up @@ -80,9 +84,13 @@ domain('beta.scrintal.com'),
td,
textarea,
th {
font-family: FontAwesome, "源泉圓體", "jf open 粉圓 1.1", "Noto Sans CJK JP", "Noto Sans TC",
font-family: FontAwesome, '源泉圓體', 'jf open 粉圓 1.1', 'Noto Sans CJK JP', 'Noto Sans TC',
sans-serif !important;
}

code {
font-family: 'Fira Code', 'Courier New', Courier, monospace !important;
}
}

/* 網站等寬字型 */
Expand All @@ -109,7 +117,7 @@ domain('ptt.cc'),
td,
textarea,
th {
font-family: "標楷體", sans-serif !important;
font-family: '標楷體', sans-serif !important;
}
}

Expand Down

0 comments on commit ed1c17a

Please sign in to comment.