-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,12 @@ | ||
@font-face { | ||
font-family: 'Source Han Serif CN'; | ||
src: local('Source Han Serif CN'), local('Source Han Serif SC'), | ||
local('Source Han Serif TC'), local('Source Han Serif TW'), | ||
local('Source Han Serif'), local('Noto Serif CJK SC'), local('Songti SC'), local('SimSong'), | ||
url('https://cdn.jsdelivr.net/gh/yihui/cron/fonts/SourceHanSerifCN-Regular-yihui.woff2') format('woff2'); | ||
} | ||
@font-face { | ||
font-family: 'FandolKai'; | ||
src: local('Kaiti'), local('Kaiti SC'), local('STKaiti'), local('楷体'), local('SimKai'), local('DFKai-SB'), local('FandolKai'), | ||
url('https://cdn.jsdelivr.net/gh/yihui/cron/fonts/FandolKai-Regular-yihui.woff2') format('woff2'); | ||
} | ||
body { | ||
font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Latin Modern Roman', 'Source Han Serif CN', 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; | ||
} | ||
code { | ||
font-family: Consolas, Courier, 'Courier New', FandolKai, monospace; | ||
} | ||
pre, code { | ||
font-size: .95em; | ||
} | ||
.cn em, .cn .title { | ||
font-style: normal; | ||
} | ||
@font-face { | ||
font-family: 'Source Han Serif CN'; | ||
src: local('Source Han Serif CN'), local('Source Han Serif SC'), | ||
local('Source Han Serif TC'), local('Source Han Serif TW'), | ||
local('Source Han Serif'), local('Noto Serif CJK SC'), local('Songti SC'), local('SimSong'), | ||
url('https://cdn.jsdelivr.net/gh/yihui/cron/fonts/SourceHanSerifCN-Regular-yihui.woff2') format('woff2'); | ||
} | ||
@font-face { | ||
font-family: 'FandolKai'; | ||
src: local('Kaiti'), local('Kaiti SC'), local('STKaiti'), local('楷体'), local('SimKai'), local('DFKai-SB'), local('FandolKai'), | ||
url('https://cdn.jsdelivr.net/gh/yihui/cron/fonts/FandolKai-Regular-yihui.woff2') format('woff2'); | ||
} |