-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcustom.css
171 lines (144 loc) · 2.79 KB
/
custom.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
@font-face {
font-family: serif;
src: local('凸版文久明朝');
}
@font-face {
font-family: '游明朝';
src: local('游明朝体');
}
@font-face {
font-family: sans-serif;
src: local(-apple-system);
}
@font-face {
font-family: Arial;
src: local(-apple-system);
}
@font-face {
font-family: monospace;
src: local(ui-monospace);
}
@font-face {
font-family: Menlo;
src: local(ui-monospace);
}
@font-face {
font-family: Monaco;
src: local(ui-monospace);
}
@font-face {
font-family: 'ヒラギノ角ゴ ProN W3';
src: local(-apple-system);
}
@font-face {
font-family: 'ヒラギノ角ゴ Pro W3';
src: local(-apple-system);
}
@font-face {
font-family: 'Hiragino Kaku Gothic Pro';
src: local(-apple-system);
}
@font-face {
font-family: 'MS Gothic';
src: local(-apple-system);
}
@font-face {
font-family: 'MS UI Gothic';
src: local(-apple-system);
}
@font-face {
font-family: 'MS Pゴシック';
src: local(-apple-system);
}
@font-face {
font-family: 'Meiryo';
src: local(-apple-system);
}
@font-face {
font-family: 'メイリオ';
src: local(-apple-system);
}
@font-face {
font-family: 'Osaka';
src: local(-apple-system);
}
@font-face {
font-family: 'Source Sans Pro';
src: local(-apple-system);
}
@font-face {
font-family: 'Source Sans Pro Regular';
src: local(-apple-system);
}
@font-face {
font-family: 'Osaka-Mono';
src: local(ui-monospace);
}
@font-face {
font-family: -apple-system-subset;
src: local(-apple-system);
unicode-range: U+0000-05C7;
}
@font-face {
font-family: -serif-cyrillic;
src: local(Times);
unicode-range: U+0400-052F;
}
textarea,
textarea *,
pre,
pre *,
code,
code *,
tt,
tt *,
input[type="text"],
input[type="email"],
input[type="search"],
.blob-num,
.blob-code,
.blob-code-inner,
.Vimdoc,
.syntaxhighlighter .gutter div,
.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea,
.p6n-logs-entry,
.ace_editor,
/* Cloud Logging */
.log-line-container,
.logs-highlightable-text {
font-family: ui-monospace !important;
}
/* Wikipedia */
.mw-parser-output .jis2004font,
table td b a.extiw {
font-family: -apple-system !important;
}
/* Karapia */
.widget-entry .widget-header,
.widget-entry .widget-content {
font-family: -apple-system !important;
}
/* AWS */
.aws-data-table-ui-grid .ui-grid-cell,
.aws-data-table-ui-grid .grid-template-container div {
font-family: ui-monospace;
}
/* O'Reilly Learning */
#book-content #sbo-rt-content p {
font-family: -apple-system !important;
}
#book-content #sbo-rt-content .pre {
padding: 0 !important;
}
html {
font-family: ui-rounded;
}