-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzh-CN.css
41 lines (40 loc) · 1.33 KB
/
zh-CN.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
@font-face {
font-family: 'Yanone Kaffeesatz';
font-style: normal;
font-weight: 400;
src: local('Yanone Kaffeesatz Regular'), local('YanoneKaffeesatz-Regular'),
url('https://github.com/yihui/xaringan/releases/download/v0.1/yanone-kaffeesatz.woff') format('woff');
}
@font-face {
font-family: 'Droid Serif';
font-style: normal;
font-weight: 400;
src: local('Droid Serif'), local('DroidSerif'),
url('https://github.com/yihui/xaringan/releases/download/v0.1/droid-serif.woff') format('woff');
}
@font-face {
font-family: 'Source Code Pro';
font-style: normal;
font-weight: 400;
src: local('Source Code Pro'), local('SourceCodePro-Regular'),
url('https://github.com/yihui/xaringan/releases/download/v0.1/source-code-pro.woff') format('woff');
}
@font-face {
font-family: 'BGI';
font-style: normal;
font-weight: 400;
src: local('BGI') format('ttf')
}
body {
font-family: 'BGI', 'Droid Serif', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Songti SC', serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'BGI', 'Yanone Kaffeesatz', 'Palatino Linotype', 'Book Antiqua', Palatino, 'STHeiti', 'SimHei', 'Microsoft YaHei';
font-weight: normal;
}
.inverse h4, .inverse h5, .inverse h6 {
color: #f3f3f3;
}
.remark-code, .remark-inline-code {
font-family: 'Source Code Pro', 'Lucida Console', Monaco, monospace;
}