Skip to content

Commit

Permalink
XXXXXXX
Browse files Browse the repository at this point in the history
  • Loading branch information
flight025 committed Dec 11, 2023
1 parent 5997cb3 commit c0fca98
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions css/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,15 @@
src: local('Kaiti'), local('Kaiti SC'), local('STKaiti'), local('楷体'), local('SimKai'), local('DFKai-SB'), local('FandolKai'),
url('https://cdn.jsdelivr.net/gh/flight025/css@main/AR-PL-KaitiM-GB.woff2') format('woff2');
}
body {
font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Latin Modern Roman', 'Source Han Serif CN', serif;
.post blockquote, .newsletter blockquote, .home blockquote {
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, 'STKaiti', 'Roboto Mono','霞鹜文楷等宽', 'KaiTi', '楷体', 'SimKai', 'DFKai-SB', 'NSimSun', serif;
}
.home blockquote, .cn blockquote, .kai, .cn em, .cn .side, .hash-note, .hide-notes .toggle-notes {
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FandolKai, serif;
blockquote {
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, 'STKaiti', 'Roboto Mono','霞鹜文楷等宽','KaiTi', '楷体', 'SimKai', 'DFKai-SB', 'NSimSun', serif;
}
code {
font-family: Consolas, Courier, 'Courier New', FandolKai, monospace;
font-family: Consolas, Courier, "Courier New", 'STKaiti','Roboto Mono', 'KaiTi', 'SimKai', monospace;
}
pre, code {
font-size: .95em;
}
.cn em, .cn .title {
font-style: normal;
}

0 comments on commit c0fca98

Please sign in to comment.