第1行: |
第1行: |
| /* 这里放置的CSS将影响使用移动版网站的用户 */ | | /* 这里放置的CSS将影响使用移动版网站的用户 */ |
− | @import url('https://fonts.googleapis.com/css?family=Montserrat'); /* 因使用顺序优先加载 */ | + | @import url("https://fonts.googleapis.com/css?family=Exo 2"); /* 因使用顺序优先加载 */ |
− | @import url('https://fonts.googleapis.com/css?family=Jura'); /*科技感包含希腊字母*/ | + | @import url("https://fonts.googleapis.com/css?family=Jura"); /*科技感包含希腊字母*/ |
− | @import url('https://fonts.googleapis.com/css?family=Tajawal'); /*阿拉伯字母字体*/ | + | @import url("https://fonts.googleapis.com/css?family=Tajawal"); /*阿拉伯字母字体*/ |
− | @import url('https://fonts.googleapis.com/css?family=Google Sans'); /*谷歌的字体*/ | + | @import url("https://fonts.googleapis.com/css?family=Google Sans"); /*谷歌的字体*/ |
− | @import url('https://fonts.googleapis.com/css?family=Noto Sans SC'); /*思源黑体*/ | + | @import url("https://fonts.googleapis.com/css?family=Noto Sans SC"); /*思源黑体*/ |
− | @import url('https://fonts.googleapis.com/css?family=Fira Code'); /*等宽字体常规*/ | + | @import url("https://fonts.googleapis.com/css?family=Fira Code"); /*等宽字体常规*/ |
− | @import url('https://fonts.googleapis.com/css?family=Kalam'); /*较窄的字体*/ | + | @import url("https://fonts.googleapis.com/css?family=Kalam"); /*较窄的字体*/ |
− | @import url('https://fonts.googleapis.com/css?family=JetBrains Mono'); /*等宽字体用作目录*/ | + | @import url("https://fonts.googleapis.com/css?family=JetBrains Mono"); /*等宽字体用作目录*/ |
− | @import url('https://cdn.bootcdn.net/ajax/libs/font-awesome/5.15.4/css/all.min.css'); /* FA 字体图标 */ | + | @import url("https://cdn.bootcdn.net/ajax/libs/font-awesome/5.15.4/css/all.min.css"); /* FA 字体图标 */ |
− | @import url('https://voicewiki.cn/w/extrafiles/font-awesome-animation.min.css'); /* FA 字体动画 */ | + | @import url("https://voicewiki.cn/w/extrafiles/font-awesome-animation.min.css"); /* FA 字体动画 */ |
| | | |
| @font-face { | | @font-face { |
第34行: |
第34行: |
| /* | | /* |
| 根据目测覆盖范围重新安排 font-family 使用顺序: | | 根据目测覆盖范围重新安排 font-family 使用顺序: |
− | Montserrat -> Latin | + | "Exo 2" -> Latin |
| Tajawal -> Latin + Arabic | | Tajawal -> Latin + Arabic |
| Jura -> 经测试 Jura 并不包含希腊字母字形 | | Jura -> 经测试 Jura 并不包含希腊字母字形 |
第41行: |
第41行: |
| /*全站字体*/ | | /*全站字体*/ |
| body * { | | body * { |
− | font-family: Montserrat, Tajawal, "Google Sans", "Noto Sans SC", "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif; | + | font-family: "Exo 2", "Tajawal", "Google Sans", "Noto Sans SC", "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "Heiti SC", sans-serif; |
| } | | } |
| | | |
第186行: |
第186行: |
| /**************************/ | | /**************************/ |
| body:before { | | body:before { |
− | content: ' '; | + | content: " "; |
| position: fixed; | | position: fixed; |
| z-index: -1; | | z-index: -1; |
第281行: |
第281行: |
| | | |
| #mw-content-text h2::after { | | #mw-content-text h2::after { |
− | content: ' '; | + | content: " "; |
| width: 100%; | | width: 100%; |
| height: 6px; | | height: 6px; |
第334行: |
第334行: |
| .tocnumber { | | .tocnumber { |
| color: #27d1f4; | | color: #27d1f4; |
− | font-family: 'JetBrains Mono', monospace; | + | font-family: "JetBrains Mono", monospace; |
| } | | } |
| | | |
第1,025行: |
第1,025行: |
| color: #0D9BE3; | | color: #0D9BE3; |
| font-size: 40px; | | font-size: 40px; |
− | font-family: 'Arial Black','Times New Roman',serif; | + | font-family: "Arial Black","Times New Roman",serif; |
| font-weight: bold; | | font-weight: bold; |
| width: 0px; | | width: 0px; |