hanzi-rails 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +12 -2
- data/app/assets/fonts/han-space.woff +0 -0
- data/app/assets/javascripts/hanzi.js +678 -351
- data/app/assets/stylesheets/hanzi.css.erb +407 -1050
- data/lib/hanzi-rails/version.rb +2 -2
- metadata +1 -2
- data/app/assets/fonts/han.ttf +0 -0
@@ -1,44 +1,25 @@
|
|
1
1
|
@charset "UTF-8";
|
2
2
|
|
3
|
-
/*! 漢字標準格式 v3.
|
3
|
+
/*! 漢字標準格式 v3.3.0 | MIT License | css.hanzi.co */
|
4
4
|
/*! Han.css: the CSS typography framework optimised for Hanzi */
|
5
5
|
|
6
|
-
|
7
|
-
/**
|
8
|
-
* 1. Set default font family to sans-serif.
|
9
|
-
* 2. Prevent iOS and IE text size adjust after device orientation change,
|
10
|
-
* without disabling user zoom.
|
11
|
-
*/
|
6
|
+
/* normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
|
12
7
|
|
13
8
|
//= depend_on_asset "han.otf"
|
14
|
-
//= depend_on_asset "han.ttf"
|
15
9
|
//= depend_on_asset "han.woff"
|
10
|
+
//= depend_on_asset "han-space.otf"
|
11
|
+
//= depend_on_asset "han-space.woff"
|
12
|
+
|
16
13
|
<% v = Hanzi::Rails::HANZI_VERSION %>
|
17
14
|
|
18
15
|
html {
|
19
|
-
font-family: sans-serif;
|
20
|
-
/*
|
21
|
-
-
|
22
|
-
/* 2 */
|
23
|
-
-webkit-text-size-adjust: 100%;
|
24
|
-
/* 2 */
|
16
|
+
font-family: sans-serif; /* 1 */
|
17
|
+
-ms-text-size-adjust: 100%; /* 2 */
|
18
|
+
-webkit-text-size-adjust: 100%; /* 2 */
|
25
19
|
}
|
26
|
-
|
27
|
-
/**
|
28
|
-
* Remove default margin.
|
29
|
-
*/
|
30
20
|
body {
|
31
21
|
margin: 0;
|
32
22
|
}
|
33
|
-
|
34
|
-
/* HTML5 display definitions
|
35
|
-
========================================================================== */
|
36
|
-
/**
|
37
|
-
* Correct `block` display not defined for any HTML5 element in IE 8/9.
|
38
|
-
* Correct `block` display not defined for `details` or `summary` in IE 10/11
|
39
|
-
* and Firefox.
|
40
|
-
* Correct `block` display not defined for `main` in IE 11.
|
41
|
-
*/
|
42
23
|
article,
|
43
24
|
aside,
|
44
25
|
details,
|
@@ -46,116 +27,65 @@ figcaption,
|
|
46
27
|
figure,
|
47
28
|
footer,
|
48
29
|
header,
|
49
|
-
hgroup,
|
50
30
|
main,
|
51
31
|
menu,
|
52
32
|
nav,
|
53
33
|
section,
|
54
34
|
summary {
|
35
|
+
/* 1 */
|
55
36
|
display: block;
|
56
37
|
}
|
57
|
-
|
58
|
-
/**
|
59
|
-
* 1. Correct `inline-block` display not defined in IE 8/9.
|
60
|
-
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
|
61
|
-
*/
|
62
38
|
audio,
|
63
39
|
canvas,
|
64
40
|
progress,
|
65
41
|
video {
|
66
42
|
display: inline-block;
|
67
|
-
/* 1 */
|
68
|
-
vertical-align: baseline;
|
69
|
-
/* 2 */
|
70
43
|
}
|
71
|
-
|
72
|
-
/**
|
73
|
-
* Prevent modern browsers from displaying `audio` without controls.
|
74
|
-
* Remove excess height in iOS 5 devices.
|
75
|
-
*/
|
76
44
|
audio:not([controls]) {
|
77
45
|
display: none;
|
78
46
|
height: 0;
|
79
47
|
}
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
[hidden],
|
86
|
-
template {
|
48
|
+
progress {
|
49
|
+
vertical-align: baseline;
|
50
|
+
}
|
51
|
+
template,
|
52
|
+
[hidden] {
|
87
53
|
display: none;
|
88
54
|
}
|
89
|
-
|
90
|
-
/* Links
|
91
|
-
========================================================================== */
|
92
|
-
/**
|
93
|
-
* Remove the gray background color from active links in IE 10.
|
94
|
-
*/
|
95
55
|
a {
|
96
56
|
background-color: transparent;
|
97
57
|
}
|
98
|
-
|
99
|
-
/**
|
100
|
-
* Improve readability of focused elements when they are also in an
|
101
|
-
* active/hover state.
|
102
|
-
*/
|
103
58
|
a:active,
|
104
59
|
a:hover {
|
105
|
-
outline: 0;
|
60
|
+
outline-width: 0;
|
106
61
|
}
|
107
|
-
|
108
|
-
/* Text-level semantics
|
109
|
-
========================================================================== */
|
110
|
-
/**
|
111
|
-
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
|
112
|
-
*/
|
113
62
|
abbr[title] {
|
114
|
-
border-bottom:
|
63
|
+
border-bottom: none; /* 1 */
|
64
|
+
text-decoration: underline; /* 2 */
|
65
|
+
text-decoration: underline dotted; /* 2 */
|
115
66
|
}
|
116
|
-
|
117
|
-
/**
|
118
|
-
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
|
119
|
-
*/
|
120
67
|
b,
|
121
68
|
strong {
|
122
|
-
font-weight:
|
69
|
+
font-weight: inherit;
|
70
|
+
}
|
71
|
+
b,
|
72
|
+
strong {
|
73
|
+
font-weight: bolder;
|
123
74
|
}
|
124
|
-
|
125
|
-
/**
|
126
|
-
* Address styling not present in Safari and Chrome.
|
127
|
-
*/
|
128
75
|
dfn {
|
129
76
|
font-style: italic;
|
130
77
|
}
|
131
|
-
|
132
|
-
/**
|
133
|
-
* Address variable `h1` font-size and margin within `section` and `article`
|
134
|
-
* contexts in Firefox 4+, Safari, and Chrome.
|
135
|
-
*/
|
136
78
|
h1 {
|
137
79
|
font-size: 2em;
|
138
80
|
margin: .67em 0;
|
139
81
|
}
|
140
|
-
|
141
|
-
/**
|
142
|
-
* Address styling not present in IE 8/9.
|
143
|
-
*/
|
144
82
|
mark {
|
145
|
-
background: #ff0;
|
83
|
+
background-color: #ff0;
|
146
84
|
color: #000;
|
147
85
|
}
|
148
|
-
|
149
|
-
/**
|
150
|
-
* Address inconsistent and variable font size in all browsers.
|
151
|
-
*/
|
152
86
|
small {
|
153
87
|
font-size: 80%;
|
154
88
|
}
|
155
|
-
|
156
|
-
/**
|
157
|
-
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
158
|
-
*/
|
159
89
|
sub,
|
160
90
|
sup {
|
161
91
|
font-size: 75%;
|
@@ -163,302 +93,140 @@ sup {
|
|
163
93
|
position: relative;
|
164
94
|
vertical-align: baseline;
|
165
95
|
}
|
166
|
-
|
167
|
-
sup {
|
168
|
-
top: -.5em;
|
169
|
-
}
|
170
|
-
|
171
96
|
sub {
|
172
97
|
bottom: -.25em;
|
173
98
|
}
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
/**
|
178
|
-
* Remove border when inside `a` element in IE 8/9/10.
|
179
|
-
*/
|
99
|
+
sup {
|
100
|
+
top: -.5em;
|
101
|
+
}
|
180
102
|
img {
|
181
|
-
border:
|
103
|
+
border-style: none;
|
182
104
|
}
|
183
|
-
|
184
|
-
/**
|
185
|
-
* Correct overflow not hidden in IE 9/10/11.
|
186
|
-
*/
|
187
105
|
svg:not(:root) {
|
188
106
|
overflow: hidden;
|
189
107
|
}
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
*/
|
108
|
+
code,
|
109
|
+
kbd,
|
110
|
+
pre,
|
111
|
+
samp {
|
112
|
+
font-family: monospace, monospace; /* 1 */
|
113
|
+
font-size: 1em; /* 2 */
|
114
|
+
}
|
196
115
|
figure {
|
197
116
|
margin: 1em 40px;
|
198
117
|
}
|
199
|
-
|
200
|
-
/**
|
201
|
-
* Address differences between Firefox and other browsers.
|
202
|
-
*/
|
203
118
|
hr {
|
204
|
-
box-sizing: content-box;
|
205
|
-
height: 0;
|
119
|
+
box-sizing: content-box; /* 1 */
|
120
|
+
height: 0; /* 1 */
|
121
|
+
overflow: visible; /* 2 */
|
206
122
|
}
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
overflow: auto;
|
123
|
+
button,
|
124
|
+
input,
|
125
|
+
select,
|
126
|
+
textarea {
|
127
|
+
font: inherit;
|
213
128
|
}
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
font-family: monospace, monospace;
|
223
|
-
font-size: 1em;
|
129
|
+
optgroup {
|
130
|
+
font-weight: bold;
|
131
|
+
}
|
132
|
+
button,
|
133
|
+
input,
|
134
|
+
select {
|
135
|
+
/* 2 */
|
136
|
+
overflow: visible;
|
224
137
|
}
|
225
|
-
|
226
|
-
/* Forms
|
227
|
-
========================================================================== */
|
228
|
-
/**
|
229
|
-
* Known limitation: by default, Chrome and Safari on OS X allow very limited
|
230
|
-
* styling of `select`, unless a `border` property is set.
|
231
|
-
*/
|
232
|
-
/**
|
233
|
-
* 1. Correct color not being inherited.
|
234
|
-
* Known issue: affects color of disabled elements.
|
235
|
-
* 2. Correct font properties not being inherited.
|
236
|
-
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
|
237
|
-
*/
|
238
138
|
button,
|
239
139
|
input,
|
240
|
-
optgroup,
|
241
140
|
select,
|
242
141
|
textarea {
|
243
|
-
color: inherit;
|
244
142
|
/* 1 */
|
245
|
-
font: inherit;
|
246
|
-
/* 2 */
|
247
143
|
margin: 0;
|
248
|
-
/* 3 */
|
249
|
-
}
|
250
|
-
|
251
|
-
/**
|
252
|
-
* Address `overflow` set to `hidden` in IE 8/9/10/11.
|
253
|
-
*/
|
254
|
-
button {
|
255
|
-
overflow: visible;
|
256
144
|
}
|
257
|
-
|
258
|
-
/**
|
259
|
-
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
260
|
-
* All other form control elements do not inherit `text-transform` values.
|
261
|
-
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
|
262
|
-
* Correct `select` style inheritance in Firefox.
|
263
|
-
*/
|
264
145
|
button,
|
265
146
|
select {
|
147
|
+
/* 1 */
|
266
148
|
text-transform: none;
|
267
149
|
}
|
268
|
-
|
269
|
-
/**
|
270
|
-
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
271
|
-
* and `video` controls.
|
272
|
-
* 2. Correct inability to style clickable `input` types in iOS.
|
273
|
-
* 3. Improve usability and consistency of cursor style between image-type
|
274
|
-
* `input` and others.
|
275
|
-
*/
|
276
150
|
button,
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
-webkit-appearance: button;
|
281
|
-
/* 2 */
|
151
|
+
[type="button"],
|
152
|
+
[type="reset"],
|
153
|
+
[type="submit"] {
|
282
154
|
cursor: pointer;
|
283
|
-
/* 3 */
|
284
155
|
}
|
285
|
-
|
286
|
-
/**
|
287
|
-
* Re-set default cursor for disabled elements.
|
288
|
-
*/
|
289
|
-
button[disabled],
|
290
|
-
html input[disabled] {
|
156
|
+
[disabled] {
|
291
157
|
cursor: default;
|
292
158
|
}
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
159
|
+
button,
|
160
|
+
html [type="button"],
|
161
|
+
[type="reset"],
|
162
|
+
[type="submit"] {
|
163
|
+
-webkit-appearance: button; /* 2 */
|
164
|
+
}
|
297
165
|
button::-moz-focus-inner,
|
298
166
|
input::-moz-focus-inner {
|
299
167
|
border: 0;
|
300
168
|
padding: 0;
|
301
169
|
}
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
* the UA stylesheet.
|
306
|
-
*/
|
307
|
-
input {
|
308
|
-
line-height: normal;
|
309
|
-
}
|
310
|
-
|
311
|
-
/**
|
312
|
-
* It's recommended that you don't attempt to style these elements.
|
313
|
-
* Firefox's implementation doesn't respect box-sizing, padding, or width.
|
314
|
-
*
|
315
|
-
* 1. Address box sizing set to `content-box` in IE 8/9/10.
|
316
|
-
* 2. Remove excess padding in IE 8/9/10.
|
317
|
-
*/
|
318
|
-
input[type="checkbox"],
|
319
|
-
input[type="radio"] {
|
320
|
-
box-sizing: border-box;
|
321
|
-
/* 1 */
|
322
|
-
padding: 0;
|
323
|
-
/* 2 */
|
324
|
-
}
|
325
|
-
|
326
|
-
/**
|
327
|
-
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
|
328
|
-
* `font-size` values of the `input`, it causes the cursor style of the
|
329
|
-
* decrement button to change from `default` to `text`.
|
330
|
-
*/
|
331
|
-
input[type="number"]::-webkit-inner-spin-button,
|
332
|
-
input[type="number"]::-webkit-outer-spin-button {
|
333
|
-
height: auto;
|
334
|
-
}
|
335
|
-
|
336
|
-
/**
|
337
|
-
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
|
338
|
-
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
|
339
|
-
*/
|
340
|
-
input[type="search"] {
|
341
|
-
-webkit-appearance: textfield;
|
342
|
-
/* 1 */
|
343
|
-
box-sizing: content-box;
|
344
|
-
/* 2 */
|
170
|
+
button:-moz-focusring,
|
171
|
+
input:-moz-focusring {
|
172
|
+
outline: 1px dotted ButtonText;
|
345
173
|
}
|
346
|
-
|
347
|
-
/**
|
348
|
-
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
|
349
|
-
* Safari (but not Chrome) clips the cancel button when the search input has
|
350
|
-
* padding (and `textfield` appearance).
|
351
|
-
*/
|
352
|
-
input[type="search"]::-webkit-search-cancel-button,
|
353
|
-
input[type="search"]::-webkit-search-decoration {
|
354
|
-
-webkit-appearance: none;
|
355
|
-
}
|
356
|
-
|
357
|
-
/**
|
358
|
-
* Define consistent border, margin, and padding.
|
359
|
-
*/
|
360
174
|
fieldset {
|
361
175
|
border: 1px solid #c0c0c0;
|
362
176
|
margin: 0 2px;
|
363
177
|
padding: .35em .625em .75em;
|
364
178
|
}
|
365
|
-
|
366
|
-
/**
|
367
|
-
* 1. Correct `color` not being inherited in IE 8/9/10/11.
|
368
|
-
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
369
|
-
*/
|
370
179
|
legend {
|
371
|
-
|
372
|
-
/*
|
373
|
-
|
374
|
-
/*
|
180
|
+
box-sizing: border-box; /* 1 */
|
181
|
+
color: inherit; /* 2 */
|
182
|
+
display: table; /* 1 */
|
183
|
+
max-width: 100%; /* 1 */
|
184
|
+
padding: 0; /* 3 */
|
185
|
+
white-space: normal; /* 1 */
|
375
186
|
}
|
376
|
-
|
377
|
-
/**
|
378
|
-
* Remove default vertical scrollbar in IE 8/9/10/11.
|
379
|
-
*/
|
380
187
|
textarea {
|
381
188
|
overflow: auto;
|
382
189
|
}
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
*/
|
388
|
-
optgroup {
|
389
|
-
font-weight: bold;
|
190
|
+
[type="checkbox"],
|
191
|
+
[type="radio"] {
|
192
|
+
box-sizing: border-box; /* 1 */
|
193
|
+
padding: 0; /* 2 */
|
390
194
|
}
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
/**
|
395
|
-
* Remove most spacing between table cells.
|
396
|
-
*/
|
397
|
-
table {
|
398
|
-
border-collapse: collapse;
|
399
|
-
border-spacing: 0;
|
195
|
+
[type="number"]::-webkit-inner-spin-button,
|
196
|
+
[type="number"]::-webkit-outer-spin-button {
|
197
|
+
height: auto;
|
400
198
|
}
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
199
|
+
[type="search"] {
|
200
|
+
-webkit-appearance: textfield;
|
201
|
+
}
|
202
|
+
[type="search"]::-webkit-search-cancel-button,
|
203
|
+
[type="search"]::-webkit-search-decoration {
|
204
|
+
-webkit-appearance: none;
|
405
205
|
}
|
406
|
-
|
407
|
-
/* Base
|
408
|
-
------ */
|
409
206
|
html {
|
410
207
|
line-height: 1.3;
|
411
208
|
-webkit-font-smoothing: subpixel-antialiased;
|
412
209
|
}
|
413
|
-
|
414
|
-
/* Grouping content
|
415
|
-
------------------ */
|
416
|
-
/**
|
417
|
-
* Paragraphs, lists, figures and blockquotes
|
418
|
-
* (段落、清單、圖表、區塊引用)
|
419
|
-
*/
|
420
210
|
ol,
|
421
211
|
ul {
|
422
212
|
padding-left: 2em;
|
423
213
|
}
|
424
|
-
|
425
214
|
figure,
|
426
215
|
blockquote {
|
427
216
|
margin-left: 2em;
|
428
217
|
margin-right: 2em;
|
429
218
|
}
|
430
|
-
|
431
|
-
/**
|
432
|
-
* Contact information
|
433
|
-
* (聯絡資訊)
|
434
|
-
*/
|
435
219
|
address {
|
436
220
|
font-style: inherit;
|
437
221
|
}
|
438
|
-
|
439
|
-
/**
|
440
|
-
* Preformatted text
|
441
|
-
* (格式預處理文字)
|
442
|
-
*/
|
443
222
|
pre {
|
223
|
+
overflow: auto;
|
444
224
|
white-space: pre;
|
445
225
|
word-wrap: normal;
|
446
226
|
}
|
447
|
-
|
448
|
-
/* Text-level semantics & edits
|
449
|
-
------------------------------ */
|
450
|
-
/**
|
451
|
-
* Hyperlinks
|
452
|
-
* (超連結)
|
453
|
-
*/
|
454
227
|
a {
|
455
228
|
text-decoration: inherit;
|
456
229
|
}
|
457
|
-
|
458
|
-
/**
|
459
|
-
* Emphases
|
460
|
-
* (強調)
|
461
|
-
*/
|
462
230
|
em:lang(zh),
|
463
231
|
em:lang(ja) {
|
464
232
|
-moz-text-emphasis: filled circle;
|
@@ -470,10 +238,9 @@ em:lang(ja) {
|
|
470
238
|
font-style: inherit;
|
471
239
|
border-bottom: 2px dotted;
|
472
240
|
padding-bottom: .05em;
|
473
|
-
border-bottom-width: -webkit-calc(
|
474
|
-
padding-bottom: -webkit-calc(
|
241
|
+
border-bottom-width: -webkit-calc(0px);
|
242
|
+
padding-bottom: -webkit-calc(0px);
|
475
243
|
}
|
476
|
-
|
477
244
|
em:lang(ja) {
|
478
245
|
-moz-text-emphasis: filled sesame;
|
479
246
|
-webkit-text-emphasis: filled sesame;
|
@@ -482,39 +249,19 @@ em:lang(ja) {
|
|
482
249
|
-webkit-text-emphasis-position: over;
|
483
250
|
text-emphasis-position: over;
|
484
251
|
}
|
485
|
-
|
486
|
-
/**
|
487
|
-
* Importance, definitions and Keywords
|
488
|
-
* (重點、術語、關鍵字)
|
489
|
-
*/
|
490
|
-
strong,
|
491
252
|
dfn:lang(zh),
|
492
|
-
dfn:lang(ja)
|
493
|
-
b {
|
253
|
+
dfn:lang(ja) {
|
494
254
|
font-weight: inherit;
|
255
|
+
font-style: inherit;
|
495
256
|
}
|
496
|
-
|
497
|
-
strong,
|
498
|
-
dfn:lang(zh),
|
499
|
-
dfn:lang(ja),
|
500
|
-
b {
|
501
|
-
font-weight: bolder;
|
502
|
-
}
|
503
|
-
|
504
257
|
dfn:lang(zh),
|
505
258
|
dfn:lang(ja) {
|
506
|
-
font-
|
259
|
+
font-weight: bolder;
|
507
260
|
}
|
508
|
-
|
509
|
-
/**
|
510
|
-
* Cites and quotes
|
511
|
-
* (來源、引用)
|
512
|
-
*/
|
513
261
|
cite:lang(zh),
|
514
262
|
cite:lang(ja) {
|
515
263
|
font-style: inherit;
|
516
264
|
}
|
517
|
-
|
518
265
|
q {
|
519
266
|
quotes: "\201c" "\201d" "\2018" "\2019" "\201c" "\201d" "\2018" "\2019" "\201c" "\201d" "\2018" "\2019";
|
520
267
|
}
|
@@ -538,67 +285,45 @@ q:lang(ja):before,
|
|
538
285
|
q:lang(ja):after {
|
539
286
|
content: none;
|
540
287
|
}
|
541
|
-
|
542
|
-
/**
|
543
|
-
* Code, user input, computer output and preformatted text
|
544
|
-
* (代碼、輸入鍵、計算機輸出示例、格式預處理文字)
|
545
|
-
*/
|
546
288
|
code,
|
547
289
|
kbd,
|
548
290
|
samp,
|
549
291
|
pre {
|
550
292
|
font-family: monospace, monospace, sans-serif;
|
551
293
|
}
|
552
|
-
|
553
|
-
/**
|
554
|
-
* Alternative voices and variables
|
555
|
-
* (變音文字、變數)
|
556
|
-
*/
|
557
294
|
i:lang(zh),
|
558
|
-
i:lang(ja),
|
559
295
|
var:lang(zh),
|
296
|
+
i:lang(ja),
|
560
297
|
var:lang(ja) {
|
561
298
|
font-family: cursive, serif;
|
562
299
|
font-style: inherit;
|
563
300
|
}
|
564
|
-
|
565
|
-
/**
|
566
|
-
* Annotations, inaccurate text, insertion and deletion
|
567
|
-
* (註記、訛訊、增訂、刪訂)
|
568
|
-
*/
|
569
301
|
u + u,
|
570
|
-
u + ins,
|
571
302
|
ins + u,
|
303
|
+
u + ins,
|
572
304
|
ins + ins,
|
573
305
|
s + s,
|
574
|
-
s + del,
|
575
306
|
del + s,
|
307
|
+
s + del,
|
576
308
|
del + del,
|
577
309
|
.han-js-rendered u.adjacent,
|
578
310
|
.han-js-rendered ins.adjacent,
|
579
311
|
.han-js-rendered s + s.adjacent,
|
580
|
-
.han-js-rendered s + del.adjacent,
|
581
312
|
.han-js-rendered del + s.adjacent,
|
313
|
+
.han-js-rendered s + del.adjacent,
|
582
314
|
.han-js-rendered del + del.adjacent {
|
583
315
|
margin-left: .125em;
|
584
316
|
}
|
585
|
-
|
586
317
|
u,
|
587
318
|
ins {
|
588
319
|
padding-bottom: .05em;
|
589
320
|
border-bottom: 1px solid;
|
590
321
|
text-decoration: none;
|
591
322
|
}
|
592
|
-
|
593
|
-
/**
|
594
|
-
* Ruby annotations
|
595
|
-
* (行間注)
|
596
|
-
*/
|
597
323
|
ruby rtc rt {
|
598
324
|
display: inline;
|
599
325
|
font-size: inherit;
|
600
326
|
}
|
601
|
-
|
602
327
|
ruby.zhuyin,
|
603
328
|
ruby.mps {
|
604
329
|
display: ruby;
|
@@ -621,24 +346,26 @@ ruby.zhuyin > rt:empty,
|
|
621
346
|
ruby.mps > rt:empty {
|
622
347
|
display: none;
|
623
348
|
}
|
624
|
-
|
625
349
|
.han-js-rendered u + u,
|
626
|
-
.han-js-rendered u + ins,
|
627
350
|
.han-js-rendered ins + u,
|
351
|
+
.han-js-rendered u + ins,
|
628
352
|
.han-js-rendered ins + ins,
|
629
353
|
.han-js-rendered s + s,
|
630
|
-
.han-js-rendered s + del,
|
631
354
|
.han-js-rendered del + s,
|
355
|
+
.han-js-rendered s + del,
|
632
356
|
.han-js-rendered del + del {
|
633
357
|
margin-left: auto;
|
634
358
|
}
|
635
|
-
|
359
|
+
.textemphasis $han-text-emphasis-pf h-jinze,
|
360
|
+
.textemphasis em:lang(zh) h-jinze,
|
361
|
+
.textemphasis em:lang(ja) h-jinze {
|
362
|
+
display: inline;
|
363
|
+
}
|
636
364
|
.han-js-rendered em:lang(zh),
|
637
365
|
.han-js-rendered em:lang(ja) {
|
638
366
|
padding-bottom: auto;
|
639
367
|
border-bottom-width: 0;
|
640
368
|
}
|
641
|
-
|
642
369
|
.no-textemphasis em:lang(zh),
|
643
370
|
.no-textemphasis em:lang(ja) {
|
644
371
|
line-height: 2;
|
@@ -675,7 +402,6 @@ ruby.mps > rt:empty {
|
|
675
402
|
text-indent: 0;
|
676
403
|
font-family: Georgia, "Times New Roman", Arial, !important;
|
677
404
|
}
|
678
|
-
|
679
405
|
em:lang(zh) h-char.punct,
|
680
406
|
em:lang(ja) h-char.punct,
|
681
407
|
em:lang(zh) h-char.biaodian,
|
@@ -690,24 +416,20 @@ em:lang(ja) h-char.biaodian {
|
|
690
416
|
.no-textemphasis em:lang(ja) h-char.biaodian:after {
|
691
417
|
content: none !important;
|
692
418
|
}
|
693
|
-
|
694
419
|
.no-textemphasis em:lang(zh) h-char:after {
|
695
420
|
margin-top: 1em;
|
696
|
-
content: "
|
421
|
+
content: "\25cf";
|
697
422
|
}
|
698
|
-
|
699
423
|
.no-textemphasis em:lang(ja) h-char:after {
|
700
424
|
margin-top: -.7em;
|
701
|
-
content: "
|
425
|
+
content: "\fe45";
|
702
426
|
}
|
703
|
-
|
704
427
|
ruby.zhuyin h-zhuyin,
|
705
428
|
ruby.mps h-zhuyin,
|
706
429
|
h-ruby.zhuyin h-zhuyin {
|
707
430
|
position: relative;
|
708
431
|
letter-spacing: 0;
|
709
432
|
}
|
710
|
-
|
711
433
|
ruby.zhuyin h-diao,
|
712
434
|
ruby.mps h-diao,
|
713
435
|
h-ruby.zhuyin h-diao {
|
@@ -723,7 +445,6 @@ h-ruby.zhuyin h-diao h-char {
|
|
723
445
|
-webkit-writing-mode: horizontal-tb;
|
724
446
|
writing-mode: horizontal-tb;
|
725
447
|
}
|
726
|
-
|
727
448
|
ruby.zhuyin [diao="˙"] h-diao,
|
728
449
|
ruby.mps [diao="˙"] h-diao,
|
729
450
|
h-ruby.zhuyin [diao="˙"] h-diao {
|
@@ -733,36 +454,34 @@ h-ruby.zhuyin [diao="˙"] h-diao {
|
|
733
454
|
left: 0;
|
734
455
|
font-size: 1em;
|
735
456
|
}
|
736
|
-
|
737
457
|
ruby.zhuyin [diao^="ㆴ"] h-diao,
|
738
|
-
ruby.zhuyin [diao^="ㆵ"] h-diao,
|
739
|
-
ruby.zhuyin [diao^="ㆶ"] h-diao,
|
740
|
-
ruby.zhuyin [diao^="ㆷ"] h-diao,
|
741
|
-
ruby.zhuyin [diao=""] h-diao,
|
742
|
-
ruby.zhuyin [diao=""] h-diao,
|
743
|
-
ruby.zhuyin [diao=""] h-diao,
|
744
|
-
ruby.zhuyin [diao=""] h-diao,
|
745
458
|
ruby.mps [diao^="ㆴ"] h-diao,
|
746
|
-
ruby.mps [diao^="ㆵ"] h-diao,
|
747
|
-
ruby.mps [diao^="ㆶ"] h-diao,
|
748
|
-
ruby.mps [diao^="ㆷ"] h-diao,
|
749
|
-
ruby.mps [diao=""] h-diao,
|
750
|
-
ruby.mps [diao=""] h-diao,
|
751
|
-
ruby.mps [diao=""] h-diao,
|
752
|
-
ruby.mps [diao=""] h-diao,
|
753
459
|
h-ruby.zhuyin [diao^="ㆴ"] h-diao,
|
460
|
+
ruby.zhuyin [diao^="ㆵ"] h-diao,
|
461
|
+
ruby.mps [diao^="ㆵ"] h-diao,
|
754
462
|
h-ruby.zhuyin [diao^="ㆵ"] h-diao,
|
463
|
+
ruby.zhuyin [diao^="ㆶ"] h-diao,
|
464
|
+
ruby.mps [diao^="ㆶ"] h-diao,
|
755
465
|
h-ruby.zhuyin [diao^="ㆶ"] h-diao,
|
466
|
+
ruby.zhuyin [diao^="ㆷ"] h-diao,
|
467
|
+
ruby.mps [diao^="ㆷ"] h-diao,
|
756
468
|
h-ruby.zhuyin [diao^="ㆷ"] h-diao,
|
469
|
+
ruby.zhuyin [diao=""] h-diao,
|
470
|
+
ruby.mps [diao=""] h-diao,
|
757
471
|
h-ruby.zhuyin [diao=""] h-diao,
|
472
|
+
ruby.zhuyin [diao=""] h-diao,
|
473
|
+
ruby.mps [diao=""] h-diao,
|
758
474
|
h-ruby.zhuyin [diao=""] h-diao,
|
475
|
+
ruby.zhuyin [diao=""] h-diao,
|
476
|
+
ruby.mps [diao=""] h-diao,
|
759
477
|
h-ruby.zhuyin [diao=""] h-diao,
|
478
|
+
ruby.zhuyin [diao=""] h-diao,
|
479
|
+
ruby.mps [diao=""] h-diao,
|
760
480
|
h-ruby.zhuyin [diao=""] h-diao {
|
761
481
|
right: -1em;
|
762
482
|
bottom: -.125em;
|
763
483
|
font-size: 1em;
|
764
484
|
}
|
765
|
-
|
766
485
|
h-ru[annotation] {
|
767
486
|
position: relative;
|
768
487
|
display: inline-table;
|
@@ -792,30 +511,24 @@ h-ru[annotation] > rt:before,
|
|
792
511
|
h-ru[annotation] > rt:after {
|
793
512
|
content: "\2006";
|
794
513
|
}
|
795
|
-
|
796
514
|
h-ru[order="0"] > rt,
|
797
515
|
h-ruby[rightangle][doubleline] h-ru[order="0"] > rt {
|
798
516
|
display: table-header-group;
|
799
517
|
}
|
800
|
-
|
801
518
|
h-ru[order="1"] > rt,
|
802
519
|
h-ruby[rightangle] h-ru[order="0"] > rt,
|
803
520
|
h-ruby[rightangle][doubleline] h-ru[order="1"] > rt {
|
804
521
|
display: table-footer-group;
|
805
522
|
}
|
806
|
-
|
807
523
|
h-ru[order="0"] > h-ru[order="1"] {
|
808
524
|
vertical-align: .15em;
|
809
525
|
}
|
810
|
-
|
811
526
|
h-ruby[rightangle][doubleline] h-ru[order="0"] rt {
|
812
527
|
line-height: 1.5;
|
813
528
|
}
|
814
|
-
|
815
529
|
h-ruby[rightangle][doubleline] h-ru[annotation] {
|
816
530
|
vertical-align: .5em;
|
817
531
|
}
|
818
|
-
|
819
532
|
[zhuyin] h-zhuyin {
|
820
533
|
-moz-text-emphasis: none;
|
821
534
|
-webkit-text-emphasis: none;
|
@@ -831,7 +544,6 @@ h-ruby[rightangle][doubleline] h-ru[annotation] {
|
|
831
544
|
width: .4em;
|
832
545
|
vertical-align: text-top;
|
833
546
|
}
|
834
|
-
|
835
547
|
[zhuyin] h-zhuyin > * {
|
836
548
|
-moz-transform: scale(.4);
|
837
549
|
-ms-transform: scale(.4);
|
@@ -843,7 +555,6 @@ h-ruby[rightangle][doubleline] h-ru[annotation] {
|
|
843
555
|
transform-origin: left top;
|
844
556
|
display: inline-block;
|
845
557
|
}
|
846
|
-
|
847
558
|
[zhuyin] h-yin {
|
848
559
|
position: absolute;
|
849
560
|
left: 0;
|
@@ -851,70 +562,56 @@ h-ruby[rightangle][doubleline] h-ru[annotation] {
|
|
851
562
|
vertical-align: top;
|
852
563
|
line-height: 1;
|
853
564
|
}
|
854
|
-
|
855
565
|
[zhuyin] h-diao {
|
856
566
|
position: absolute;
|
857
567
|
bottom: 0;
|
858
568
|
right: -.9em;
|
859
569
|
line-height: 1;
|
860
570
|
}
|
861
|
-
|
862
571
|
[zhuyin] h-yin:empty,
|
863
572
|
[zhuyin] h-diao:empty {
|
864
573
|
display: none;
|
865
574
|
}
|
866
|
-
|
867
575
|
[zhuyin] [length="0"] {
|
868
576
|
margin-right: 0;
|
869
577
|
}
|
870
578
|
[zhuyin] [length="0"] h-zhuyin {
|
871
579
|
display: none;
|
872
580
|
}
|
873
|
-
|
874
581
|
[zhuyin] [length="1"] h-yin {
|
875
582
|
top: .3em;
|
876
583
|
}
|
877
|
-
|
878
584
|
[zhuyin] [length="1"] h-diao {
|
879
585
|
bottom: 0;
|
880
586
|
}
|
881
|
-
|
882
587
|
[zhuyin] [length="2"] h-yin {
|
883
588
|
top: .05em;
|
884
589
|
}
|
885
|
-
|
886
590
|
[zhuyin] [length="2"] h-diao {
|
887
591
|
bottom: -.3em;
|
888
592
|
}
|
889
|
-
|
890
593
|
[zhuyin] [length="3"] h-yin {
|
891
594
|
top: -.05em;
|
892
595
|
line-height: .85;
|
893
596
|
}
|
894
|
-
|
895
597
|
[zhuyin] [length="3"] h-diao {
|
896
598
|
bottom: -.35em;
|
897
599
|
}
|
898
|
-
|
899
600
|
[zhuyin] [diao="˙"] h-diao {
|
900
601
|
top: 0;
|
901
602
|
right: auto;
|
902
603
|
bottom: auto;
|
903
604
|
left: .06em;
|
904
605
|
}
|
905
|
-
|
906
606
|
[zhuyin] [diao="˙"] [length="1"] h-diao {
|
907
607
|
top: .15em;
|
908
608
|
}
|
909
|
-
|
910
609
|
[zhuyin] [diao="˙"] [length="2"] h-diao {
|
911
610
|
top: -.05em;
|
912
611
|
}
|
913
|
-
|
914
612
|
[zhuyin] [diao="˙"] [length="3"] h-diao {
|
915
613
|
top: -.2em;
|
916
614
|
}
|
917
|
-
|
918
615
|
[zhuyin] [diao="˪"] h-diao,
|
919
616
|
[zhuyin] [diao="˫"] h-diao {
|
920
617
|
-moz-transform: scale(.6);
|
@@ -926,7 +623,6 @@ h-ruby[rightangle][doubleline] h-ru[annotation] {
|
|
926
623
|
-webkit-transform-origin: left top;
|
927
624
|
transform-origin: left top;
|
928
625
|
}
|
929
|
-
|
930
626
|
[zhuyin] [diao^="ㆴ"] h-diao,
|
931
627
|
[zhuyin] [diao^="ㆵ"] h-diao,
|
932
628
|
[zhuyin] [diao^="ㆶ"] h-diao,
|
@@ -938,929 +634,722 @@ h-ruby[rightangle][doubleline] h-ru[annotation] {
|
|
938
634
|
bottom: -.6em;
|
939
635
|
margin-right: .3em;
|
940
636
|
}
|
941
|
-
|
942
637
|
[zhuyin] {
|
943
638
|
margin-right: .2em;
|
944
639
|
display: inline-block;
|
945
640
|
line-height: 1.8;
|
946
641
|
}
|
947
|
-
|
948
642
|
[rightangle] h-ru[annotation] {
|
949
643
|
vertical-align: 0;
|
950
644
|
line-height: 1;
|
951
645
|
}
|
952
|
-
|
953
646
|
[rightangle] rt:after {
|
954
647
|
content: "";
|
955
648
|
display: inline-block;
|
956
649
|
width: 1.2em;
|
957
650
|
}
|
958
|
-
|
959
651
|
h-ru h-ru[zhuyin] {
|
960
652
|
margin-top: -.4em;
|
961
653
|
margin-bottom: -.2em;
|
962
654
|
line-height: 1.8;
|
963
655
|
}
|
964
|
-
|
965
656
|
h-jinze,
|
966
657
|
h-word {
|
967
658
|
display: inline-block;
|
968
659
|
text-indent: 0;
|
969
660
|
}
|
970
|
-
|
971
|
-
/**
|
972
|
-
* The Four Typefaces: Heiti
|
973
|
-
* 四大字體集・黑體
|
974
|
-
*/
|
975
661
|
@font-face {
|
976
662
|
font-family: "Han Heiti";
|
977
663
|
src: local("Hiragino Sans GB"), local("Lantinghei TC Extralight"), local("Lantinghei SC Extralight"), local(FZLTXHB--B51-0), local(FZLTZHK--GBK1-0), local(".PingFang SC Light"), local(".PingFang TC Light"), local(".PingFang-SC-Light"), local(".PingFang-TC-Light"), local(".PingFang SC"), local(".PingFang TC"), local("Heiti SC Light"), local(STHeitiSC-Light), local("Heiti SC"), local("Heiti TC Light"), local(STHeitiTC-Light), local("Heiti TC"), local("Microsoft Yahei"), local("Microsoft Jhenghei"), local("Noto Sans CJK KR"), local("Noto Sans CJK JP"), local("Noto Sans CJK SC"), local("Noto Sans CJK TC"), local("Source Han Sans K"), local("Source Han Sans KR"), local("Source Han Sans JP"), local("Source Han Sans CN"), local("Source Han Sans HK"), local("Source Han Sans TW"), local("Source Han Sans TWHK"), local("Droid Sans Fallback");
|
978
664
|
}
|
979
|
-
|
980
665
|
@font-face {
|
981
666
|
unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3;
|
982
667
|
font-family: "Han Heiti";
|
983
668
|
src: local(YuGothic), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro");
|
984
669
|
}
|
985
|
-
|
986
670
|
@font-face {
|
987
671
|
font-family: "Han Heiti CNS";
|
988
672
|
src: local(".PingFang TC Light"), local(".PingFang-TC-Light"), local(".PingFang TC"), local("Heiti TC Light"), local(STHeitiTC-Light), local("Heiti TC"), local("Lantinghei TC Extralight"), local(FZLTXHB--B51-0), local("Lantinghei TC"), local("Microsoft Jhenghei"), local("Microsoft Yahei"), local("Noto Sans CJK TC"), local("Source Han Sans TC"), local("Source Han Sans TW"), local("Source Han Sans TWHK"), local("Source Han Sans HK"), local("Droid Sans Fallback");
|
989
673
|
}
|
990
|
-
|
991
674
|
@font-face {
|
992
675
|
font-family: "Han Heiti GB";
|
993
676
|
src: local("Hiragino Sans GB"), local(".PingFang SC Light"), local(".PingFang-SC-Light"), local(".PingFang SC"), local("Lantinghei SC Extralight"), local(FZLTXHK--GBK1-0), local("Lantinghei SC"), local("Heiti SC Light"), local(STHeitiSC-Light), local("Heiti SC"), local("Microsoft Yahei"), local("Noto Sans CJK SC"), local("Source Han Sans SC"), local("Source Han Sans CN"), local("Droid Sans Fallback");
|
994
677
|
}
|
995
|
-
|
996
|
-
/*
|
997
|
-
* Bold
|
998
|
-
*/
|
999
678
|
@font-face {
|
1000
679
|
font-family: "Han Heiti";
|
1001
680
|
font-weight: 600;
|
1002
681
|
src: local("Hiragino Sans GB W6"), local(HiraginoSansGB-W6), local("Lantinghei TC Demibold"), local("Lantinghei SC Demibold"), local(FZLTZHB--B51-0), local(FZLTZHK--GBK1-0), local(".PingFang-SC-Semibold"), local(".PingFang-TC-Semibold"), local("Heiti SC Medium"), local("STHeitiSC-Medium"), local("Heiti SC"), local("Heiti TC Medium"), local("STHeitiTC-Medium"), local("Heiti TC"), local("Microsoft YaHei Bold"), local("Microsoft Jhenghei Bold"), local(MicrosoftYaHei-Bold), local(MicrosoftJhengHeiBold), local("Microsoft YaHei"), local("Microsoft Jhenghei"), local("Noto Sans CJK KR Bold"), local("Noto Sans CJK JP Bold"), local("Noto Sans CJK SC Bold"), local("Noto Sans CJK TC Bold"), local(NotoSansCJKkr-Bold), local(NotoSansCJKjp-Bold), local(NotoSansCJKsc-Bold), local(NotoSansCJKtc-Bold), local("Source Han Sans K Bold"), local(SourceHanSansK-Bold), local("Source Han Sans K"), local("Source Han Sans KR Bold"), local("Source Han Sans JP Bold"), local("Source Han Sans CN Bold"), local("Source Han Sans HK Bold"), local("Source Han Sans TW Bold"), local("Source Han Sans TWHK Bold"), local("SourceHanSansKR-Bold"), local("SourceHanSansJP-Bold"), local("SourceHanSansCN-Bold"), local("SourceHanSansHK-Bold"), local("SourceHanSansTW-Bold"), local("SourceHanSansTWHK-Bold"), local("Source Han Sans KR"), local("Source Han Sans CN"), local("Source Han Sans HK"), local("Source Han Sans TW"), local("Source Han Sans TWHK");
|
1003
682
|
}
|
1004
|
-
|
1005
683
|
@font-face {
|
1006
684
|
unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3;
|
1007
685
|
font-family: "Han Heiti";
|
1008
686
|
font-weight: 600;
|
1009
687
|
src: local("YuGothic Bold"), local("Hiragino Kaku Gothic ProN W6"), local("Hiragino Kaku Gothic Pro W6"), local(YuGo-Bold), local(HiraKakuProN-W6), local(HiraKakuPro-W6);
|
1010
688
|
}
|
1011
|
-
|
1012
689
|
@font-face {
|
1013
690
|
font-family: "Han Heiti CNS";
|
1014
691
|
font-weight: 600;
|
1015
692
|
src: local(".PingFang TC Semibold"), local(".PingFang-TC-Semibold"), local("Heiti TC Medium"), local("STHeitiTC-Medium"), local("Heiti TC"), local("Lantinghei TC Demibold"), local(FZLTXHB--B51-0), local("Microsoft Jhenghei Bold"), local(MicrosoftJhengHeiBold), local("Microsoft Jhenghei"), local("Microsoft YaHei Bold"), local(MicrosoftYaHei-Bold), local("Noto Sans CJK TC Bold"), local(NotoSansCJKtc-Bold), local("Noto Sans CJK TC"), local("Source Han Sans TC Bold"), local("SourceHanSansTC-Bold"), local("Source Han Sans TC"), local("Source Han Sans TW Bold"), local("SourceHanSans-TW"), local("Source Han Sans TW"), local("Source Han Sans TWHK Bold"), local("SourceHanSans-TWHK"), local("Source Han Sans TWHK"), local("Source Han Sans HK"), local("SourceHanSans-HK"), local("Source Han Sans HK");
|
1016
693
|
}
|
1017
|
-
|
1018
694
|
@font-face {
|
1019
695
|
font-family: "Han Heiti GB";
|
1020
696
|
font-weight: 600;
|
1021
697
|
src: local("Hiragino Sans GB W6"), local(HiraginoSansGB-W6), local(".PingFang SC Semibold"), local(".PingFang-SC-Semibold"), local("Lantinghei SC Demibold"), local(FZLTZHK--GBK1-0), local("Heiti SC Medium"), local("STHeitiSC-Medium"), local("Heiti SC"), local("Microsoft YaHei Bold"), local(MicrosoftYaHei-Bold), local("Microsoft YaHei"), local("Noto Sans CJK SC Bold"), local(NotoSansCJKsc-Bold), local("Noto Sans CJK SC"), local("Source Han Sans SC Bold"), local("SourceHanSansSC-Bold"), local("Source Han Sans CN Bold"), local("SourceHanSansCN-Bold"), local("Source Han Sans SC"), local("Source Han Sans CN");
|
1022
698
|
}
|
1023
|
-
|
1024
|
-
/* Address solution to `unicode-range` unsupported
|
1025
|
-
* issues in Firefox
|
1026
|
-
*/
|
1027
699
|
@font-face {
|
1028
700
|
font-family: "Han Heiti";
|
1029
701
|
src: local("Hiragino Sans GB"), local("Lantinghei TC Extralight"), local("Lantinghei SC Extralight"), local(FZLTXHB--B51-0), local(FZLTZHK--GBK1-0), local(".PingFang SC Light"), local(".PingFang TC Light"), local(".PingFang-SC-Light"), local(".PingFang-TC-Light"), local(".PingFang SC"), local(".PingFang TC"), local("Heiti SC Light"), local("STHeitiSC-Light"), local("Heiti SC"), local("Heiti TC Light"), local("STHeitiTC-Light"), local("Heiti TC"), local("Microsoft Yahei"), local("Microsoft Jhenghei"), local("Noto Sans CJK KR"), local("Noto Sans CJK JP"), local("Noto Sans CJK SC"), local("Noto Sans CJK TC"), local("Source Han Sans K"), local("Source Han Sans KR"), local("Source Han Sans JP"), local("Source Han Sans CN"), local("Source Han Sans HK"), local("Source Han Sans TW"), local("Source Han Sans TWHK"), local("Droid Sans Fallback");
|
1030
702
|
unicode-range: U+270C;
|
1031
703
|
}
|
1032
|
-
|
1033
704
|
@font-face {
|
1034
705
|
font-family: "Han Heiti";
|
1035
706
|
font-weight: 600;
|
1036
707
|
src: local("Hiragino Sans GB W6"), local(HiraginoSansGB-W6), local("Lantinghei TC Demibold"), local("Lantinghei SC Demibold"), local(FZLTZHB--B51-0), local(FZLTZHK--GBK1-0), local(".PingFang-SC-Semibold"), local(".PingFang-TC-Semibold"), local("Heiti SC Medium"), local("STHeitiSC-Medium"), local("Heiti SC"), local("Heiti TC Medium"), local("STHeitiTC-Medium"), local("Heiti TC"), local("Microsoft YaHei Bold"), local("Microsoft Jhenghei Bold"), local(MicrosoftYaHei-Bold), local(MicrosoftJhengHeiBold), local("Microsoft YaHei"), local("Microsoft Jhenghei"), local("Noto Sans CJK KR Bold"), local("Noto Sans CJK JP Bold"), local("Noto Sans CJK SC Bold"), local("Noto Sans CJK TC Bold"), local(NotoSansCJKkr-Bold), local(NotoSansCJKjp-Bold), local(NotoSansCJKsc-Bold), local(NotoSansCJKtc-Bold), local("Source Han Sans K Bold"), local(SourceHanSansK-Bold), local("Source Han Sans K"), local("Source Han Sans KR Bold"), local("Source Han Sans JP Bold"), local("Source Han Sans CN Bold"), local("Source Han Sans HK Bold"), local("Source Han Sans TW Bold"), local("Source Han Sans TWHK Bold"), local("SourceHanSansKR-Bold"), local("SourceHanSansJP-Bold"), local("SourceHanSansCN-Bold"), local("SourceHanSansHK-Bold"), local("SourceHanSansTW-Bold"), local("SourceHanSansTWHK-Bold"), local("Source Han Sans KR"), local("Source Han Sans CN"), local("Source Han Sans HK"), local("Source Han Sans TW"), local("Source Han Sans TWHK");
|
1037
708
|
unicode-range: U+270C;
|
1038
709
|
}
|
1039
|
-
|
1040
|
-
/**
|
1041
|
-
* The Four Typefaces: Songti (serif)
|
1042
|
-
* 四大字體集・宋體
|
1043
|
-
*/
|
1044
710
|
@font-face {
|
1045
711
|
font-family: "Han Songti";
|
1046
712
|
src: local("Songti SC Regular"), local(STSongti-SC-Regular), local("Songti SC"), local("Songti TC Regular"), local(STSongti-TC-Regular), local("Songti TC"), local(STSong), local("Lisong Pro"), local(SimSun), local(PMingLiU);
|
1047
713
|
}
|
1048
|
-
|
1049
714
|
@font-face {
|
1050
715
|
unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3;
|
1051
716
|
font-family: "Han Songti";
|
1052
717
|
src: local(YuMincho), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("MS Mincho");
|
1053
718
|
}
|
1054
|
-
|
1055
719
|
@font-face {
|
1056
720
|
font-family: "Han Songti CNS";
|
1057
721
|
src: local("Songti TC Regular"), local(STSongti-TC-Regular), local("Songti TC"), local("Lisong Pro"), local("Songti SC Regular"), local(STSongti-SC-Regular), local("Songti SC"), local(STSong), local(PMingLiU), local(SimSun);
|
1058
722
|
}
|
1059
|
-
|
1060
723
|
@font-face {
|
1061
724
|
font-family: "Han Songti GB";
|
1062
725
|
src: local("Songti SC Regular"), local(STSongti-SC-Regular), local("Songti SC"), local(STSong), local(SimSun), local(PMingLiU);
|
1063
726
|
}
|
1064
|
-
|
1065
|
-
/*
|
1066
|
-
* Bold
|
1067
|
-
*/
|
1068
727
|
@font-face {
|
1069
728
|
font-family: "Han Songti";
|
1070
729
|
font-weight: 600;
|
1071
730
|
src: local("STSongti SC Bold"), local("STSongti TC Bold"), local(STSongti-SC-Bold), local(STSongti-TC-Bold), local("STSongti SC"), local("STSongti TC");
|
1072
731
|
}
|
1073
|
-
|
1074
732
|
@font-face {
|
1075
733
|
unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3;
|
1076
734
|
font-family: "Han Songti";
|
1077
735
|
font-weight: 600;
|
1078
736
|
src: local("YuMincho Demibold"), local("Hiragino Mincho ProN W6"), local("Hiragino Mincho Pro W6"), local(YuMin-Demibold), local(HiraMinProN-W6), local(HiraMinPro-W6), local(YuMincho), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro");
|
1079
737
|
}
|
1080
|
-
|
1081
738
|
@font-face {
|
1082
739
|
font-family: "Han Songti CNS";
|
1083
740
|
font-weight: 600;
|
1084
741
|
src: local("STSongti TC Bold"), local("STSongti SC Bold"), local(STSongti-TC-Bold), local(STSongti-SC-Bold), local("STSongti TC"), local("STSongti SC");
|
1085
742
|
}
|
1086
|
-
|
1087
743
|
@font-face {
|
1088
744
|
font-family: "Han Songti GB";
|
1089
745
|
font-weight: 600;
|
1090
746
|
src: local("STSongti SC Bold"), local(STSongti-SC-Bold), local("STSongti SC");
|
1091
747
|
}
|
1092
|
-
|
1093
|
-
/* Address solution to `unicode-range` unsupported
|
1094
|
-
* issues in Firefox.
|
1095
|
-
*/
|
1096
748
|
@font-face {
|
1097
749
|
font-family: "Han Songti";
|
1098
750
|
src: local("Songti SC Regular"), local(STSongti-SC-Regular), local("Songti SC"), local("Songti TC Regular"), local(STSongti-TC-Regular), local("Songti TC"), local(STSongti), local("Lisong Pro"), local("MS Mincho"), local(SimSun), local(PMingLiU);
|
1099
751
|
unicode-range: U+270C;
|
1100
752
|
}
|
1101
|
-
|
1102
753
|
@font-face {
|
1103
754
|
font-family: "Han Songti";
|
1104
755
|
font-weight: 600;
|
1105
756
|
src: local("Songti TC Bold"), local("Songti SC Bold"), local(STSongti-TC-Bold), local(STSongti-SC-Bold), local("Songti TC"), local("Songti SC");
|
1106
757
|
unicode-range: U+270C;
|
1107
758
|
}
|
1108
|
-
|
1109
759
|
@font-face {
|
1110
760
|
font-family: "Han Songti CNS";
|
1111
761
|
src: local("Songti TC Regular"), local("Lisong Pro"), local("Songti TC"), local("Songti SC Regular"), local(STSong), local("Songti SC"), local("MS Mincho"), local(PMingLiU), local(SimSun);
|
1112
762
|
unicode-range: U+270C;
|
1113
763
|
}
|
1114
|
-
|
1115
764
|
@font-face {
|
1116
765
|
font-family: "Han Songti CNS";
|
1117
766
|
font-weight: 600;
|
1118
767
|
src: local("Songti TC Bold"), local("Songti SC Bold"), local(STSongti-TC-Bold), local(STSongti-SC-Bold), local("Songti TC"), local("Songti SC");
|
1119
768
|
unicode-range: U+270C;
|
1120
769
|
}
|
1121
|
-
|
1122
770
|
@font-face {
|
1123
771
|
font-family: "Han Songti GB";
|
1124
772
|
src: local("Songti SC"), local(STSong), local(SimSun);
|
1125
773
|
unicode-range: U+270C;
|
1126
774
|
}
|
1127
|
-
|
1128
775
|
@font-face {
|
1129
776
|
font-family: "Han Songti GB";
|
1130
777
|
font-weight: 600;
|
1131
778
|
src: local("Songti SC Bold"), local(STSongti-SC-Bold), local("Songti SC");
|
1132
779
|
unicode-range: U+270C;
|
1133
780
|
}
|
1134
|
-
|
1135
|
-
/**
|
1136
|
-
* The Four Typefaces: Kaiti (Cursive)
|
1137
|
-
* 四大字體集・楷體
|
1138
|
-
*/
|
1139
781
|
@font-face {
|
1140
782
|
font-family: cursive;
|
1141
783
|
src: local("Kaiti TC Regular"), local(STKaiTi-TC-Regular), local("Kaiti TC"), local("Kaiti SC"), local(STKaiti), local(BiauKai), local("標楷體"), local(DFKaiShu-SB-Estd-BF), local(Kaiti), local(DFKai-SB);
|
1142
784
|
}
|
1143
|
-
|
1144
785
|
@font-face {
|
1145
786
|
unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3;
|
1146
787
|
font-family: "Han Kaiti";
|
1147
788
|
src: local("Kaiti TC Regular"), local(STKaiTi-TC-Regular), local("Kaiti TC"), local("Kaiti SC"), local(STKaiti), local(BiauKai), local("標楷體"), local(DFKaiShu-SB-Estd-BF), local(Kaiti), local(DFKai-SB);
|
1148
789
|
}
|
1149
|
-
|
1150
790
|
@font-face {
|
1151
791
|
unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3;
|
1152
792
|
font-family: "Han Kaiti CNS";
|
1153
793
|
src: local(BiauKai), local("標楷體"), local(DFKaiShu-SB-Estd-BF), local("Kaiti TC Regular"), local(STKaiTi-TC-Regular), local("Kaiti TC");
|
1154
794
|
}
|
1155
|
-
|
1156
795
|
@font-face {
|
1157
796
|
unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3;
|
1158
797
|
font-family: "Han Kaiti GB";
|
1159
798
|
src: local("Kaiti SC Regular"), local(STKaiTi-SC-Regular), local("Kaiti SC"), local(STKaiti), local(Kai), local(Kaiti), local(DFKai-SB);
|
1160
799
|
}
|
1161
|
-
|
1162
|
-
/*
|
1163
|
-
* Bold
|
1164
|
-
*/
|
1165
800
|
@font-face {
|
1166
801
|
font-family: cursive;
|
1167
802
|
font-weight: 600;
|
1168
803
|
src: local("Kaiti TC Bold"), local(STKaiTi-TC-Bold), local("Kaiti SC Bold"), local(STKaiti-SC-Bold), local("Kaiti TC"), local("Kaiti SC");
|
1169
804
|
}
|
1170
|
-
|
1171
805
|
@font-face {
|
1172
806
|
font-family: "Han Kaiti";
|
1173
807
|
font-weight: 600;
|
1174
|
-
src: local("Kaiti TC Bold"), local(STKaiTi-TC-Bold
|
808
|
+
src: local("Kaiti TC Bold"), local(STKaiTi-TC-Bold), local("Kaiti SC Bold"), local(STKaiti-SC-Bold), local("Kaiti TC"), local("Kaiti SC");
|
809
|
+
}
|
810
|
+
@font-face {
|
811
|
+
font-family: "Han Kaiti CNS";
|
812
|
+
font-weight: 600;
|
813
|
+
src: local("Kaiti TC Bold"), local(STKaiTi-TC-Bold), local("Kaiti TC");
|
1175
814
|
}
|
1176
|
-
|
1177
815
|
@font-face {
|
1178
816
|
font-family: "Han Kaiti GB";
|
1179
817
|
font-weight: 600;
|
1180
818
|
src: local("Kaiti SC Bold"), local(STKaiti-SC-Bold);
|
1181
819
|
}
|
1182
|
-
|
1183
|
-
/**
|
1184
|
-
* The Four Typefaces: Fangsong
|
1185
|
-
* 四大字體集・仿宋體
|
1186
|
-
*/
|
1187
820
|
@font-face {
|
1188
821
|
unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3;
|
1189
822
|
font-family: "Han Fangsong";
|
1190
823
|
src: local(STFangsong), local(FangSong);
|
1191
824
|
}
|
1192
|
-
|
1193
825
|
@font-face {
|
1194
826
|
unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3;
|
1195
827
|
font-family: "Han Fangsong CNS";
|
1196
828
|
src: local(STFangsong), local(FangSong);
|
1197
829
|
}
|
1198
|
-
|
1199
830
|
@font-face {
|
1200
831
|
unicode-range: U+4E00-9FFF, U+3400-4DB5, U+20000-2A6D6, U+2A700-2B734, U+2B740-2B81D, U+FA0E-FA0F, U+FA11, U+FA13-FA14, U+FA1F, U+FA21, U+FA23, U+FA24, U+FA27-FA29, U+3040-309F, U+30A0-30FF, U+3099-309E, U+FF66-FF9F, U+3007, U+31C0-31E3, U+2F00-2FD5, U+2E80-2EF3;
|
1201
832
|
font-family: "Han Fangsong GB";
|
1202
833
|
src: local(STFangsong), local(FangSong);
|
1203
834
|
}
|
1204
|
-
|
1205
|
-
/**
|
1206
|
-
* Basic correction to CJK punctuation
|
1207
|
-
* ‘Biaodian’(zh) and ‘Yakumono’(ja)
|
1208
|
-
*/
|
1209
|
-
/* Fullwidth full stop (.) */
|
1210
835
|
@font-face {
|
1211
836
|
font-family: "Biaodian Sans";
|
1212
837
|
src: local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local("MS Gothic"), local(SimSun);
|
1213
838
|
unicode-range: U+FF0E;
|
1214
839
|
}
|
1215
|
-
|
1216
840
|
@font-face {
|
1217
841
|
font-family: "Biaodian Serif";
|
1218
842
|
src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local(SimSun);
|
1219
843
|
unicode-range: U+FF0E;
|
1220
844
|
}
|
1221
|
-
|
1222
845
|
@font-face {
|
1223
846
|
font-family: "Biaodian Pro Sans";
|
1224
847
|
src: local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local("MS Gothic"), local(SimSun);
|
1225
848
|
unicode-range: U+FF0E;
|
1226
849
|
}
|
1227
|
-
|
1228
850
|
@font-face {
|
1229
851
|
font-family: "Biaodian Pro Serif";
|
1230
852
|
src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local(SimSun);
|
1231
853
|
unicode-range: U+FF0E;
|
1232
854
|
}
|
1233
|
-
|
1234
855
|
@font-face {
|
1235
856
|
font-family: "Biaodian Pro Sans CNS";
|
1236
857
|
src: local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local("MS Gothic"), local(SimSun);
|
1237
858
|
unicode-range: U+FF0E;
|
1238
859
|
}
|
1239
|
-
|
1240
860
|
@font-face {
|
1241
861
|
font-family: "Biaodian Pro Serif CNS";
|
1242
862
|
src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local(SimSun);
|
1243
863
|
unicode-range: U+FF0E;
|
1244
864
|
}
|
1245
|
-
|
1246
865
|
@font-face {
|
1247
866
|
font-family: "Biaodian Pro Sans GB";
|
1248
867
|
src: local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local("MS Gothic"), local(SimSun);
|
1249
868
|
unicode-range: U+FF0E;
|
1250
869
|
}
|
1251
|
-
|
1252
870
|
@font-face {
|
1253
871
|
font-family: "Biaodian Pro Serif GB";
|
1254
872
|
src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local(SimSun);
|
1255
873
|
unicode-range: U+FF0E;
|
1256
874
|
}
|
1257
|
-
|
1258
|
-
/* Middle dot (·) */
|
1259
875
|
@font-face {
|
1260
876
|
font-family: "Biaodian Sans";
|
1261
877
|
src: local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local(SimSun);
|
1262
878
|
unicode-range: U+00B7;
|
1263
879
|
}
|
1264
|
-
|
1265
880
|
@font-face {
|
1266
881
|
font-family: "Biaodian Serif";
|
1267
882
|
src: local("Songti SC"), local(STSong), local("Heiti SC"), local(SimSun);
|
1268
883
|
unicode-range: U+00B7;
|
1269
884
|
}
|
1270
|
-
|
1271
885
|
@font-face {
|
1272
886
|
font-family: "Biaodian Pro Sans";
|
1273
887
|
src: local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local(SimSun);
|
1274
888
|
unicode-range: U+00B7;
|
1275
889
|
}
|
1276
|
-
|
1277
890
|
@font-face {
|
1278
891
|
font-family: "Biaodian Pro Serif";
|
1279
892
|
src: local("Songti SC"), local(STSong), local("Heiti SC"), local(SimSun);
|
1280
893
|
unicode-range: U+00B7;
|
1281
894
|
}
|
1282
|
-
|
1283
895
|
@font-face {
|
1284
896
|
font-family: "Biaodian Pro Sans CNS";
|
1285
897
|
src: local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local(SimSun);
|
1286
898
|
unicode-range: U+00B7;
|
1287
899
|
}
|
1288
|
-
|
1289
900
|
@font-face {
|
1290
901
|
font-family: "Biaodian Pro Serif CNS";
|
1291
902
|
src: local("Songti SC"), local(STSong), local("Heiti SC"), local(SimSun);
|
1292
903
|
unicode-range: U+00B7;
|
1293
904
|
}
|
1294
|
-
|
1295
905
|
@font-face {
|
1296
906
|
font-family: "Biaodian Pro Sans GB";
|
1297
907
|
src: local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local(SimSun);
|
1298
908
|
unicode-range: U+00B7;
|
1299
909
|
}
|
1300
|
-
|
1301
910
|
@font-face {
|
1302
911
|
font-family: "Biaodian Pro Serif GB";
|
1303
912
|
src: local("Songti SC"), local(STSong), local("Heiti SC"), local(SimSun);
|
1304
913
|
unicode-range: U+00B7;
|
1305
914
|
}
|
1306
|
-
|
1307
|
-
/* Em dash (——) */
|
1308
915
|
@font-face {
|
1309
916
|
font-family: "Biaodian Sans";
|
1310
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Microsoft Yahei"), local(SimSun);
|
917
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Microsoft Yahei"), local(SimSun);
|
1311
918
|
unicode-range: U+2014;
|
1312
919
|
}
|
1313
|
-
|
1314
920
|
@font-face {
|
1315
921
|
font-family: "Biaodian Serif";
|
1316
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local("Microsoft Yahei"), local(SimSun);
|
922
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local("Microsoft Yahei"), local(SimSun);
|
1317
923
|
unicode-range: U+2014;
|
1318
924
|
}
|
1319
|
-
|
1320
925
|
@font-face {
|
1321
926
|
font-family: "Yakumono Sans";
|
1322
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Arial Unicode MS"), local("MS Gothic");
|
927
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Arial Unicode MS"), local("MS Gothic");
|
1323
928
|
unicode-range: U+2014;
|
1324
929
|
}
|
1325
|
-
|
1326
930
|
@font-face {
|
1327
931
|
font-family: "Yakumono Serif";
|
1328
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("MS Mincho"), local("Microsoft Yahei");
|
932
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("MS Mincho"), local("Microsoft Yahei");
|
1329
933
|
unicode-range: U+2014;
|
1330
934
|
}
|
1331
|
-
|
1332
935
|
@font-face {
|
1333
936
|
font-family: "Biaodian Pro Sans";
|
1334
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Microsoft Yahei"), local(SimSun);
|
937
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Microsoft Yahei"), local(SimSun);
|
1335
938
|
unicode-range: U+2014;
|
1336
939
|
}
|
1337
|
-
|
1338
940
|
@font-face {
|
1339
941
|
font-family: "Biaodian Pro Serif";
|
1340
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local("Microsoft Yahei"), local(SimSun);
|
942
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local("Microsoft Yahei"), local(SimSun);
|
1341
943
|
unicode-range: U+2014;
|
1342
944
|
}
|
1343
|
-
|
1344
945
|
@font-face {
|
1345
946
|
font-family: "Biaodian Pro Sans CNS";
|
1346
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Microsoft Yahei"), local(SimSun);
|
947
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Microsoft Yahei"), local(SimSun);
|
1347
948
|
unicode-range: U+2014;
|
1348
949
|
}
|
1349
|
-
|
1350
950
|
@font-face {
|
1351
951
|
font-family: "Biaodian Pro Serif CNS";
|
1352
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local("Microsoft Yahei"), local(SimSun);
|
952
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local("Microsoft Yahei"), local(SimSun);
|
1353
953
|
unicode-range: U+2014;
|
1354
954
|
}
|
1355
|
-
|
1356
955
|
@font-face {
|
1357
956
|
font-family: "Biaodian Pro Sans GB";
|
1358
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Microsoft Yahei"), local(SimSun);
|
957
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Microsoft Yahei"), local(SimSun);
|
1359
958
|
unicode-range: U+2014;
|
1360
959
|
}
|
1361
|
-
|
1362
960
|
@font-face {
|
1363
961
|
font-family: "Biaodian Pro Serif GB";
|
1364
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local("Microsoft Yahei"), local(SimSun);
|
962
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSong), local("Microsoft Yahei"), local(SimSun);
|
1365
963
|
unicode-range: U+2014;
|
1366
964
|
}
|
1367
|
-
|
1368
|
-
/* Ellipsis (……) */
|
1369
965
|
@font-face {
|
1370
966
|
font-family: "Biaodian Sans";
|
1371
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(Meiryo), local("MS Gothic"), local(SimSun), local(PMingLiU);
|
967
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(Meiryo), local("MS Gothic"), local(SimSun), local(PMingLiU);
|
1372
968
|
unicode-range: U+2026;
|
1373
969
|
}
|
1374
|
-
|
1375
970
|
@font-face {
|
1376
971
|
font-family: "Biaodian Serif";
|
1377
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local("MS Mincho"), local(SimSun), local(PMingLiU);
|
972
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local("MS Mincho"), local(SimSun), local(PMingLiU);
|
1378
973
|
unicode-range: U+2026;
|
1379
974
|
}
|
1380
|
-
|
1381
975
|
@font-face {
|
1382
976
|
font-family: "Yakumono Sans";
|
1383
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(Meiryo), local("MS Gothic");
|
977
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(Meiryo), local("MS Gothic");
|
1384
978
|
unicode-range: U+2026;
|
1385
979
|
}
|
1386
|
-
|
1387
980
|
@font-face {
|
1388
981
|
font-family: "Yakumono Serif";
|
1389
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("MS Mincho");
|
982
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("MS Mincho");
|
1390
983
|
unicode-range: U+2026;
|
1391
984
|
}
|
1392
|
-
|
1393
985
|
@font-face {
|
1394
986
|
font-family: "Biaodian Pro Sans";
|
1395
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(SimSun), local(PMingLiU);
|
987
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(SimSun), local(PMingLiU);
|
1396
988
|
unicode-range: U+2026;
|
1397
989
|
}
|
1398
|
-
|
1399
990
|
@font-face {
|
1400
991
|
font-family: "Biaodian Pro Serif";
|
1401
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(SimSun), local(PMingLiU);
|
992
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(SimSun), local(PMingLiU);
|
1402
993
|
unicode-range: U+2026;
|
1403
994
|
}
|
1404
|
-
|
1405
995
|
@font-face {
|
1406
996
|
font-family: "Biaodian Pro Sans CNS";
|
1407
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(SimSun), local(PMingLiU);
|
997
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(SimSun), local(PMingLiU);
|
1408
998
|
unicode-range: U+2026;
|
1409
999
|
}
|
1410
|
-
|
1411
1000
|
@font-face {
|
1412
1001
|
font-family: "Biaodian Pro Serif CNS";
|
1413
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSongti), local(SimSun), local(PMingLiU);
|
1002
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSongti), local(SimSun), local(PMingLiU);
|
1414
1003
|
unicode-range: U+2026;
|
1415
1004
|
}
|
1416
|
-
|
1417
1005
|
@font-face {
|
1418
1006
|
font-family: "Biaodian Pro Sans GB";
|
1419
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(SimSun), local(PMingLiU);
|
1007
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype"), local("Hiragino Sans GB"), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(SimSun), local(PMingLiU);
|
1420
1008
|
unicode-range: U+2026;
|
1421
1009
|
}
|
1422
|
-
|
1423
1010
|
@font-face {
|
1424
1011
|
font-family: "Biaodian Pro Serif GB";
|
1425
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSongti), local(SimSun), local(PMingLiU);
|
1012
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype"), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Songti SC"), local(STSongti), local(SimSun), local(PMingLiU);
|
1426
1013
|
unicode-range: U+2026;
|
1427
1014
|
}
|
1428
|
-
|
1429
|
-
/* Curve quotes (“‘’”, GB-only) */
|
1430
1015
|
@font-face {
|
1431
1016
|
font-family: "Biaodian Pro Sans GB";
|
1432
1017
|
src: local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local(SimSun), local(PMingLiU);
|
1433
1018
|
unicode-range: U+201C-201D, U+2018-2019;
|
1434
1019
|
}
|
1435
|
-
|
1436
1020
|
@font-face {
|
1437
1021
|
font-family: "Biaodian Pro Sans GB";
|
1438
1022
|
font-weight: bold;
|
1439
1023
|
src: local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local(SimSun), local(PMingLiU);
|
1440
1024
|
unicode-range: U+201C-201D, U+2018-2019;
|
1441
1025
|
}
|
1442
|
-
|
1443
1026
|
@font-face {
|
1444
1027
|
font-family: "Biaodian Pro Serif GB";
|
1445
1028
|
src: local("Lisong Pro"), local("Heiti SC"), local(STHeiti), local(SimSun), local(PMingLiU);
|
1446
1029
|
unicode-range: U+201C-201D, U+2018-2019;
|
1447
1030
|
}
|
1448
|
-
|
1449
1031
|
@font-face {
|
1450
1032
|
font-family: "Biaodian Pro Serif GB";
|
1451
1033
|
font-weight: bold;
|
1452
1034
|
src: local("Lisong Pro"), local("Heiti SC"), local(STHeiti), local(SimSun), local(PMingLiU);
|
1453
1035
|
unicode-range: U+201C-201D, U+2018-2019;
|
1454
1036
|
}
|
1455
|
-
|
1456
|
-
/* Default emphasis mark (•) */
|
1457
1037
|
@font-face {
|
1458
1038
|
font-family: "Biaodian Sans";
|
1459
1039
|
src: local(Georgia), local("Times New Roman"), local(Arial), local("Droid Sans Fallback");
|
1460
1040
|
unicode-range: U+25CF;
|
1461
1041
|
}
|
1462
|
-
|
1463
1042
|
@font-face {
|
1464
1043
|
font-family: "Biaodian Serif";
|
1465
1044
|
src: local(Georgia), local("Times New Roman"), local(Arial), local("Droid Sans Fallback");
|
1466
1045
|
unicode-range: U+25CF;
|
1467
1046
|
}
|
1468
|
-
|
1469
1047
|
@font-face {
|
1470
1048
|
font-family: "Biaodian Pro Sans";
|
1471
1049
|
src: local(Georgia), local("Times New Roman"), local(Arial), local("Droid Sans Fallback");
|
1472
1050
|
unicode-range: U+25CF;
|
1473
1051
|
}
|
1474
|
-
|
1475
1052
|
@font-face {
|
1476
1053
|
font-family: "Biaodian Pro Serif";
|
1477
1054
|
src: local(Georgia), local("Times New Roman"), local(Arial), local("Droid Sans Fallback");
|
1478
1055
|
unicode-range: U+25CF;
|
1479
1056
|
}
|
1480
|
-
|
1481
1057
|
@font-face {
|
1482
1058
|
font-family: "Biaodian Pro Sans CNS";
|
1483
1059
|
src: local(Georgia), local("Times New Roman"), local(Arial), local("Droid Sans Fallback");
|
1484
1060
|
unicode-range: U+25CF;
|
1485
1061
|
}
|
1486
|
-
|
1487
1062
|
@font-face {
|
1488
1063
|
font-family: "Biaodian Pro Serif CNS";
|
1489
1064
|
src: local(Georgia), local("Times New Roman"), local(Arial), local("Droid Sans Fallback");
|
1490
1065
|
unicode-range: U+25CF;
|
1491
1066
|
}
|
1492
|
-
|
1493
1067
|
@font-face {
|
1494
1068
|
font-family: "Biaodian Pro Sans GB";
|
1495
1069
|
src: local(Georgia), local("Times New Roman"), local(Arial), local("Droid Sans Fallback");
|
1496
1070
|
unicode-range: U+25CF;
|
1497
1071
|
}
|
1498
|
-
|
1499
1072
|
@font-face {
|
1500
1073
|
font-family: "Biaodian Pro Serif GB";
|
1501
1074
|
src: local(Georgia), local("Times New Roman"), local(Arial), local("Droid Sans Fallback");
|
1502
1075
|
unicode-range: U+25CF;
|
1503
1076
|
}
|
1504
|
-
|
1505
|
-
/**
|
1506
|
-
* Advanced correction to Chinese Biaodian
|
1507
|
-
*/
|
1508
1077
|
@font-face {
|
1509
1078
|
font-family: "Biaodian Pro Sans";
|
1510
1079
|
src: local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("MS Gothic");
|
1511
1080
|
unicode-range: U+3002, U+FF0C, U+3001, U+FF1B, U+FF1A, U+FF1F, U+FF01, U+FF0D, U+FF0F, U+FF3C;
|
1512
1081
|
}
|
1513
|
-
|
1514
1082
|
@font-face {
|
1515
1083
|
font-family: "Biaodian Pro Serif";
|
1516
1084
|
src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("MS Mincho");
|
1517
1085
|
unicode-range: U+3002, U+FF0C, U+3001, U+FF1B, U+FF1A, U+FF1F, U+FF01, U+FF0D, U+FF0F, U+FF3C;
|
1518
1086
|
}
|
1519
|
-
|
1520
1087
|
@font-face {
|
1521
1088
|
font-family: "Biaodian Pro Sans CNS";
|
1522
1089
|
src: local("Heiti TC"), local("Lihei Pro"), local("Microsoft Jhenghei"), local(PMingLiU);
|
1523
1090
|
unicode-range: U+3002, U+FF0C, U+3001;
|
1524
1091
|
}
|
1525
|
-
|
1526
1092
|
@font-face {
|
1527
1093
|
font-family: "Biaodian Pro Sans CNS";
|
1528
1094
|
src: local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Heiti TC"), local("Lihei Pro"), local("Microsoft Jhenghei"), local(PMingLiU), local("MS Gothic");
|
1529
1095
|
unicode-range: U+FF1B, U+FF1A, U+FF1F, U+FF01;
|
1530
1096
|
}
|
1531
|
-
|
1532
1097
|
@font-face {
|
1533
1098
|
font-family: "Biaodian Pro Sans CNS";
|
1534
1099
|
src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("MS Mincho");
|
1535
1100
|
unicode-range: U+FF0D, U+FF0F, U+FF3C;
|
1536
1101
|
}
|
1537
|
-
|
1538
1102
|
@font-face {
|
1539
1103
|
font-family: "Biaodian Pro Serif CNS";
|
1540
1104
|
src: local(STSongti-TC-Regular), local("Lisong Pro"), local("Heiti TC"), local(PMingLiU);
|
1541
1105
|
unicode-range: U+3002, U+FF0C, U+3001;
|
1542
1106
|
}
|
1543
|
-
|
1544
1107
|
@font-face {
|
1545
1108
|
font-family: "Biaodian Pro Serif CNS";
|
1546
1109
|
src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local(PMingLiU), local("MS Mincho");
|
1547
1110
|
unicode-range: U+FF1B, U+FF1A, U+FF1F, U+FF01, U+FF0D, U+FF0F, U+FF3C;
|
1548
1111
|
}
|
1549
|
-
|
1550
1112
|
@font-face {
|
1551
1113
|
font-family: "Biaodian Pro Sans GB";
|
1552
1114
|
src: local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local(SimSun), local("MS Gothic");
|
1553
1115
|
unicode-range: U+3002, U+FF0C, U+3001, U+FF1B, U+FF1A, U+FF1F, U+FF01, U+FF0D, U+FF0F, U+FF3C;
|
1554
1116
|
}
|
1555
|
-
|
1556
1117
|
@font-face {
|
1557
1118
|
font-family: "Biaodian Pro Serif GB";
|
1558
1119
|
src: local("Songti SC"), local(STSongti), local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Hiragino Sans GB"), local("Heiti SC"), local(STHeiti), local(SimSun), local("MS Mincho");
|
1559
1120
|
unicode-range: U+3002, U+FF0C, U+3001, U+FF1B, U+FF1A, U+FF1F, U+FF01;
|
1560
1121
|
}
|
1561
|
-
|
1562
1122
|
@font-face {
|
1563
1123
|
font-family: "Biaodian Pro Serif GB";
|
1564
1124
|
src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local(PMingLiU), local("MS Mincho");
|
1565
1125
|
unicode-range: U+FF0D, U+FF0F, U+FF3C;
|
1566
1126
|
}
|
1567
|
-
|
1568
1127
|
@font-face {
|
1569
1128
|
font-family: "Biaodian Pro Sans";
|
1570
1129
|
src: local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Yu Gothic"), local(YuGothic), local(SimSun), local(PMingLiU);
|
1571
1130
|
unicode-range: U+300C-300F, U+300A-300B, U+3008-3009, U+FF08-FF09, U+3014-3015;
|
1572
1131
|
}
|
1573
|
-
|
1574
1132
|
@font-face {
|
1575
1133
|
font-family: "Biaodian Pro Serif";
|
1576
1134
|
src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Yu Mincho"), local(YuMincho), local(SimSun), local(PMingLiU);
|
1577
1135
|
unicode-range: U+300C-300F, U+300A-300B, U+3008-3009, U+FF08-FF09, U+3014-3015;
|
1578
1136
|
}
|
1579
|
-
|
1580
1137
|
@font-face {
|
1581
1138
|
font-family: "Biaodian Pro Sans CNS";
|
1582
1139
|
src: local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Yu Gothic"), local(YuGothic), local(SimSun), local(PMingLiU);
|
1583
1140
|
unicode-range: U+300C-300F, U+300A-300B, U+3008-3009, U+FF08-FF09, U+3014-3015;
|
1584
1141
|
}
|
1585
|
-
|
1586
1142
|
@font-face {
|
1587
1143
|
font-family: "Biaodian Pro Serif CNS";
|
1588
1144
|
src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Yu Mincho"), local(YuMincho), local(SimSun), local(PMingLiU);
|
1589
1145
|
unicode-range: U+300C-300F, U+300A-300B, U+3008-3009, U+FF08-FF09, U+3014-3015;
|
1590
1146
|
}
|
1591
|
-
|
1592
1147
|
@font-face {
|
1593
1148
|
font-family: "Biaodian Pro Sans GB";
|
1594
1149
|
src: local("Hiragino Kaku Gothic ProN"), local("Hiragino Kaku Gothic Pro"), local("Yu Gothic"), local(YuGothic), local(SimSun), local(PMingLiU);
|
1595
1150
|
unicode-range: U+300C-300F, U+300A-300B, U+3008-3009, U+FF08-FF09, U+3014-3015;
|
1596
1151
|
}
|
1597
|
-
|
1598
1152
|
@font-face {
|
1599
1153
|
font-family: "Biaodian Pro Serif GB";
|
1600
1154
|
src: local("Hiragino Mincho ProN"), local("Hiragino Mincho Pro"), local("Yu Mincho"), local(YuMincho), local(SimSun), local(PMingLiU);
|
1601
1155
|
unicode-range: U+300C-300F, U+300A-300B, U+3008-3009, U+FF08-FF09, U+3014-3015;
|
1602
1156
|
}
|
1603
|
-
|
1604
|
-
/* Address solution to `unicode-range` unsupported
|
1605
|
-
* issues in Firefox.
|
1606
|
-
*/
|
1607
1157
|
@font-face {
|
1608
1158
|
font-family: "Biaodian Basic";
|
1609
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype");
|
1159
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype");
|
1610
1160
|
unicode-range: U+2014, U+2026, U+00B7;
|
1611
1161
|
}
|
1612
|
-
|
1613
1162
|
@font-face {
|
1614
1163
|
font-family: "Biaodian Basic";
|
1615
1164
|
font-weight: bold;
|
1616
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype");
|
1165
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype");
|
1617
1166
|
unicode-range: U+2014, U+2026, U+00B7;
|
1618
1167
|
}
|
1619
|
-
|
1620
1168
|
@font-face {
|
1621
1169
|
font-family: "Biaodian Sans";
|
1622
1170
|
font-weight: bold;
|
1623
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype");
|
1171
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype");
|
1624
1172
|
unicode-range: U+2014, U+2026, U+00B7;
|
1625
1173
|
}
|
1626
|
-
|
1627
1174
|
@font-face {
|
1628
1175
|
font-family: "Biaodian Pro Sans";
|
1629
1176
|
font-weight: bold;
|
1630
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype");
|
1177
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype");
|
1631
1178
|
unicode-range: U+2014, U+2026, U+00B7;
|
1632
1179
|
}
|
1633
|
-
|
1634
1180
|
@font-face {
|
1635
1181
|
font-family: "Biaodian Pro Sans";
|
1636
1182
|
font-weight: bold;
|
1637
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype");
|
1183
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype");
|
1638
1184
|
unicode-range: U+2014, U+2026, U+00B7;
|
1639
1185
|
}
|
1640
|
-
|
1641
1186
|
@font-face {
|
1642
1187
|
font-family: "Biaodian Pro Sans CNS";
|
1643
1188
|
font-weight: bold;
|
1644
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype");
|
1189
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype");
|
1645
1190
|
unicode-range: U+2014, U+2026, U+00B7;
|
1646
1191
|
}
|
1647
|
-
|
1648
1192
|
@font-face {
|
1649
1193
|
font-family: "Biaodian Pro Sans GB";
|
1650
1194
|
font-weight: bold;
|
1651
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype");
|
1195
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype");
|
1652
1196
|
unicode-range: U+2014, U+2026, U+00B7;
|
1653
1197
|
}
|
1654
|
-
|
1655
1198
|
@font-face {
|
1656
1199
|
font-family: "Biaodian Pro Serif";
|
1657
1200
|
font-weight: bold;
|
1658
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype");
|
1201
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype");
|
1659
1202
|
unicode-range: U+2014, U+2026, U+00B7;
|
1660
1203
|
}
|
1661
|
-
|
1662
1204
|
@font-face {
|
1663
1205
|
font-family: "Biaodian Pro Serif CNS";
|
1664
1206
|
font-weight: bold;
|
1665
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype");
|
1207
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype");
|
1666
1208
|
unicode-range: U+2014, U+2026, U+00B7;
|
1667
1209
|
}
|
1668
|
-
|
1669
1210
|
@font-face {
|
1670
1211
|
font-family: "Biaodian Pro Serif GB";
|
1671
1212
|
font-weight: bold;
|
1672
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype");
|
1213
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype");
|
1673
1214
|
unicode-range: U+2014, U+2026, U+00B7;
|
1674
1215
|
}
|
1675
|
-
|
1676
|
-
/**
|
1677
|
-
* Western Italic Serif
|
1678
|
-
*/
|
1679
1216
|
@font-face {
|
1680
1217
|
font-family: "Latin Italic Serif";
|
1681
1218
|
src: local("Georgia Italic"), local("Times New Roman Italic"), local(Georgia-Italic), local(TimesNewRomanPS-ItalicMT), local(Times-Italic);
|
1682
1219
|
}
|
1683
|
-
|
1684
1220
|
@font-face {
|
1685
1221
|
font-family: "Latin Italic Serif";
|
1686
1222
|
font-weight: 700;
|
1687
1223
|
src: local("Georgia Bold Italic"), local("Times New Roman Bold Italic"), local(Georgia-BoldItalic), local(TimesNewRomanPS-BoldItalicMT), local(Times-Italic);
|
1688
1224
|
}
|
1689
|
-
|
1690
|
-
/**
|
1691
|
-
* Western italic sans-serif
|
1692
|
-
*/
|
1693
1225
|
@font-face {
|
1694
1226
|
font-family: "Latin Italic Sans";
|
1695
1227
|
src: local("Helvetica Neue Italic"), local("Helvetica Oblique"), local("Arial Italic"), local(HelveticaNeue-Italic), local(Helvetica-LightOblique), local(Arial-ItalicMT);
|
1696
1228
|
}
|
1697
|
-
|
1698
1229
|
@font-face {
|
1699
1230
|
font-family: "Latin Italic Sans";
|
1700
1231
|
font-weight: 700;
|
1701
1232
|
src: local("Helvetica Neue Bold Italic"), local("Helvetica Bold Oblique"), local("Arial Bold Italic"), local(HelveticaNeue-BoldItalic), local(Helvetica-BoldOblique), local(Arial-BoldItalicMT);
|
1702
1233
|
}
|
1703
|
-
|
1704
|
-
/**
|
1705
|
-
* Numerals: text figures
|
1706
|
-
*/
|
1707
1234
|
@font-face {
|
1708
1235
|
unicode-range: U+0030-0039;
|
1709
1236
|
font-family: "Numeral TF Sans";
|
1710
1237
|
src: local(Skia), local("Neutraface 2 Text"), local(Candara), local(Corbel);
|
1711
1238
|
}
|
1712
|
-
|
1713
1239
|
@font-face {
|
1714
1240
|
unicode-range: U+0030-0039;
|
1715
1241
|
font-family: "Numeral TF Serif";
|
1716
1242
|
src: local(Georgia), local("Hoefler Text"), local("Big Caslon");
|
1717
1243
|
}
|
1718
|
-
|
1719
1244
|
@font-face {
|
1720
1245
|
unicode-range: U+0030-0039;
|
1721
1246
|
font-family: "Numeral TF Italic Serif";
|
1722
1247
|
src: local("Georgia Italic"), local("Hoefler Text Italic"), local(Georgia-Italic), local(HoeflerText-Italic);
|
1723
1248
|
}
|
1724
|
-
|
1725
|
-
/**
|
1726
|
-
* Numerals: lining figures
|
1727
|
-
*/
|
1728
1249
|
@font-face {
|
1729
1250
|
unicode-range: U+0030-0039;
|
1730
1251
|
font-family: "Numeral LF Sans";
|
1731
1252
|
src: local("Helvetica Neue"), local(Helvetica), local(Arial);
|
1732
1253
|
}
|
1733
|
-
|
1734
1254
|
@font-face {
|
1735
1255
|
unicode-range: U+0030-0039;
|
1736
1256
|
font-family: "Numeral LF Italic Sans";
|
1737
1257
|
src: local("Helvetica Neue Italic"), local("Helvetica Oblique"), local("Arial Italic"), local(HelveticaNeue-Italic), local(Helvetica-LightOblique), local(Arial-ItalicMT);
|
1738
1258
|
}
|
1739
|
-
|
1740
1259
|
@font-face {
|
1741
1260
|
unicode-range: U+0030-0039;
|
1742
1261
|
font-family: "Numeral LF Italic Sans";
|
1743
1262
|
font-weight: bold;
|
1744
1263
|
src: local("Helvetica Neue Bold Italic"), local("Helvetica Bold Oblique"), local("Arial Bold Italic"), local(HelveticaNeue-BoldItalic), local(Helvetica-BoldOblique), local(Arial-BoldItalicMT);
|
1745
1264
|
}
|
1746
|
-
|
1747
1265
|
@font-face {
|
1748
1266
|
unicode-range: U+0030-0039;
|
1749
1267
|
font-family: "Numeral LF Serif";
|
1750
1268
|
src: local(Palatino), local("Palatino Linotype"), local("Times New Roman");
|
1751
1269
|
}
|
1752
|
-
|
1753
1270
|
@font-face {
|
1754
1271
|
unicode-range: U+0030-0039;
|
1755
1272
|
font-family: "Numeral LF Italic Serif";
|
1756
1273
|
src: local("Palatino Italic"), local("Palatino Italic Linotype"), local("Times New Roman Italic"), local(Palatino-Italic), local(Palatino-Italic-Linotype), local(TimesNewRomanPS-ItalicMT);
|
1757
1274
|
}
|
1758
|
-
|
1759
1275
|
@font-face {
|
1760
1276
|
unicode-range: U+0030-0039;
|
1761
1277
|
font-family: "Numeral LF Italic Serif";
|
1762
1278
|
font-weight: bold;
|
1763
1279
|
src: local("Palatino Bold Italic"), local("Palatino Bold Italic Linotype"), local("Times New Roman Bold Italic"), local(Palatino-BoldItalic), local(Palatino-BoldItalic-Linotype), local(TimesNewRomanPS-BoldItalicMT);
|
1764
1280
|
}
|
1765
|
-
|
1766
|
-
/* Address solution to `unicode-range` unsupported
|
1767
|
-
* issues in Firefox.
|
1768
|
-
*/
|
1769
1281
|
@font-face {
|
1770
1282
|
font-family: "Numeral TF Sans";
|
1771
1283
|
src: local(lying-to-firefox);
|
1772
1284
|
unicode-range: U+270C;
|
1773
1285
|
}
|
1774
|
-
|
1775
1286
|
@font-face {
|
1776
1287
|
font-family: "Numeral TF Serif";
|
1777
1288
|
src: local(lying-to-firefox);
|
1778
1289
|
unicode-range: U+270C;
|
1779
1290
|
}
|
1780
|
-
|
1781
1291
|
@font-face {
|
1782
1292
|
font-family: "Numeral TF Italic Serif";
|
1783
1293
|
src: local(lying-to-firefox);
|
1784
1294
|
unicode-range: U+270C;
|
1785
1295
|
}
|
1786
|
-
|
1787
1296
|
@font-face {
|
1788
1297
|
font-family: "Numeral LF Sans";
|
1789
1298
|
src: local(lying-to-firefox);
|
1790
1299
|
unicode-range: U+270C;
|
1791
1300
|
}
|
1792
|
-
|
1793
1301
|
@font-face {
|
1794
1302
|
font-family: "Numeral LF Italic Sans";
|
1795
1303
|
src: local(lying-to-firefox);
|
1796
1304
|
unicode-range: U+270C;
|
1797
1305
|
}
|
1798
|
-
|
1799
1306
|
@font-face {
|
1800
1307
|
font-family: "Numeral LF Italic Sans";
|
1801
1308
|
font-weight: bold;
|
1802
1309
|
src: local(lying-to-firefox);
|
1803
1310
|
unicode-range: U+270C;
|
1804
1311
|
}
|
1805
|
-
|
1806
1312
|
@font-face {
|
1807
1313
|
font-family: "Numeral LF Serif";
|
1808
1314
|
src: local(lying-to-firefox);
|
1809
1315
|
unicode-range: U+270C;
|
1810
1316
|
}
|
1811
|
-
|
1812
1317
|
@font-face {
|
1813
1318
|
font-family: "Numeral LF Italic Serif";
|
1814
1319
|
src: local(lying-to-firefox);
|
1815
1320
|
unicode-range: U+270C;
|
1816
1321
|
}
|
1817
|
-
|
1818
1322
|
@font-face {
|
1819
1323
|
font-family: "Numeral LF Italic Serif";
|
1820
1324
|
font-weight: bold;
|
1821
1325
|
src: local(lying-to-firefox);
|
1822
1326
|
unicode-range: U+270C;
|
1823
1327
|
}
|
1824
|
-
|
1825
|
-
/**
|
1826
|
-
* Zhuyin Kaiti
|
1827
|
-
*/
|
1828
1328
|
@font-face {
|
1829
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype");
|
1329
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype");
|
1830
1330
|
unicode-range: U+3105-312D, U+31A0-31BA, U+02D9, U+02CA, U+02C5, U+02C7, U+02CB, U+02EA-02EB, U+030D, U+0358, U+F31B4-F31B7, U+F0061, U+F0065, U+F0069, U+F006F, U+F0075;
|
1831
1331
|
font-family: "Zhuyin Kaiti";
|
1832
1332
|
}
|
1833
|
-
|
1834
|
-
/**
|
1835
|
-
* Zhuyin Heiti
|
1836
|
-
*/
|
1837
1333
|
@font-face {
|
1838
1334
|
unicode-range: U+3105-312D, U+31A0-31BA, U+02D9, U+02CA, U+02C5, U+02C7, U+02CB, U+02EA-02EB, U+030D, U+0358, U+F31B4-F31B7, U+F0061, U+F0065, U+F0069, U+F006F, U+F0075;
|
1839
1335
|
font-family: "Zhuyin Heiti";
|
1840
|
-
src: local("Hiragino Sans GB"), local("Heiti TC"), local("Microsoft Jhenghei"), url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype");
|
1336
|
+
src: local("Hiragino Sans GB"), local("Heiti TC"), local("Microsoft Jhenghei"), url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype");
|
1841
1337
|
}
|
1842
|
-
|
1843
1338
|
@font-face {
|
1844
1339
|
font-family: "Zhuyin Heiti";
|
1845
|
-
src: local("Heiti TC"), local("Microsoft Jhenghei"), url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype");
|
1340
|
+
src: local("Heiti TC"), local("Microsoft Jhenghei"), url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype");
|
1846
1341
|
unicode-range: U+3127;
|
1847
1342
|
}
|
1848
|
-
|
1849
1343
|
@font-face {
|
1850
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype");
|
1344
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype");
|
1851
1345
|
font-family: "Zhuyin Heiti";
|
1852
1346
|
unicode-range: U+02D9, U+02CA, U+02C5, U+02C7, U+02CB, U+02EA-02EB, U+31B4, U+31B5, U+31B6, U+31B7, U+030D, U+0358, U+F31B4-F31B7, U+F0061, U+F0065, U+F0069, U+F006F, U+F0075;
|
1853
1347
|
}
|
1854
|
-
|
1855
|
-
/**
|
1856
|
-
* Romanisation (checked tone ligature [陽入韻連字])
|
1857
|
-
*/
|
1858
1348
|
@font-face {
|
1859
|
-
src: url('<%= font_path('han.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han.otf') %>?v=<%= v %>') format("opentype");
|
1349
|
+
src: url("'<%= font_path('han.woff') %>?v=<%= v %>'") format("woff"), url("'<%= font_path('han.otf') %>?v=<%= v %>'") format("opentype");
|
1860
1350
|
font-family: "Romanization Sans";
|
1861
1351
|
unicode-range: U+030D, U+0358, U+F31B4-F31B7, U+F0061, U+F0065, U+F0069, U+F006F, U+F0075;
|
1862
1352
|
}
|
1863
|
-
|
1864
1353
|
html:lang(zh-Latn),
|
1865
1354
|
html:lang(ja-Latn),
|
1866
1355
|
html:not(:lang(zh)):not(:lang(ja)),
|
@@ -1875,7 +1364,6 @@ article strong *:lang(ja-Latn),
|
|
1875
1364
|
article strong *:not(:lang(zh)):not(:lang(ja)) {
|
1876
1365
|
font-family: "Helvetica Neue", Helvetica, Arial, "Han Heiti", sans-serif;
|
1877
1366
|
}
|
1878
|
-
|
1879
1367
|
html:lang(zh),
|
1880
1368
|
html:lang(zh-Hant),
|
1881
1369
|
[lang^="zh"],
|
@@ -1886,9 +1374,8 @@ article strong:lang(zh),
|
|
1886
1374
|
article strong:lang(zh-Hant) {
|
1887
1375
|
font-family: "Biaodian Pro Sans CNS", "Helvetica Neue", Helvetica, Arial, "Zhuyin Heiti", "Han Heiti", sans-serif;
|
1888
1376
|
}
|
1889
|
-
|
1890
|
-
html
|
1891
|
-
html.no-unicoderange:lang(zh-Hant),
|
1377
|
+
html:lang(zh).no-unicoderange,
|
1378
|
+
html:lang(zh-Hant).no-unicoderange,
|
1892
1379
|
.no-unicoderange [lang^="zh"],
|
1893
1380
|
.no-unicoderange [lang*="Hant"],
|
1894
1381
|
.no-unicoderange [lang="zh-TW"],
|
@@ -1897,7 +1384,6 @@ html.no-unicoderange:lang(zh-Hant),
|
|
1897
1384
|
.no-unicoderange article strong:lang(zh-Hant) {
|
1898
1385
|
font-family: "Helvetica Neue", Helvetica, Arial, "Han Heiti", sans-serif;
|
1899
1386
|
}
|
1900
|
-
|
1901
1387
|
html:lang(zh-Hans),
|
1902
1388
|
html:lang(zh-CN),
|
1903
1389
|
[lang*="Hans"],
|
@@ -1906,147 +1392,106 @@ article strong:lang(zh-Hans),
|
|
1906
1392
|
article strong:lang(zh-CN) {
|
1907
1393
|
font-family: "Biaodian Pro Sans GB", "Helvetica Neue", Helvetica, Arial, "Han Heiti GB", sans-serif;
|
1908
1394
|
}
|
1909
|
-
|
1910
|
-
html
|
1911
|
-
html.no-unicoderange:lang(zh-CN),
|
1395
|
+
html:lang(zh-Hans).no-unicoderange,
|
1396
|
+
html:lang(zh-CN).no-unicoderange,
|
1912
1397
|
.no-unicoderange [lang*="Hans"],
|
1913
1398
|
.no-unicoderange [lang="zh-CN"],
|
1914
1399
|
.no-unicoderange article strong:lang(zh-Hans),
|
1915
1400
|
.no-unicoderange article strong:lang(zh-CN) {
|
1916
1401
|
font-family: "Helvetica Neue", Helvetica, Arial, "Han Heiti GB", sans-serif;
|
1917
1402
|
}
|
1918
|
-
|
1919
1403
|
html:lang(ja),
|
1920
1404
|
[lang^="ja"],
|
1921
1405
|
article strong:lang(ja) {
|
1922
1406
|
font-family: "Yakumono Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
1923
1407
|
}
|
1924
|
-
|
1925
|
-
html.no-unicoderange:lang(ja),
|
1408
|
+
html:lang(ja).no-unicoderange,
|
1926
1409
|
.no-unicoderange [lang^="ja"],
|
1927
1410
|
.no-unicoderange article strong:lang(ja) {
|
1928
1411
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
1929
1412
|
}
|
1930
|
-
|
1931
|
-
/**
|
1932
|
-
* Sans Italic
|
1933
|
-
*/
|
1934
1413
|
article blockquote i:lang(zh-Latn),
|
1935
|
-
article blockquote i:lang(ja-Latn),
|
1936
|
-
article blockquote i:not(:lang(zh)):not(:lang(ja)),
|
1937
|
-
article blockquote i *:lang(zh-Latn),
|
1938
|
-
article blockquote i *:lang(ja-Latn),
|
1939
|
-
article blockquote i *:not(:lang(zh)):not(:lang(ja)),
|
1940
1414
|
article blockquote var:lang(zh-Latn),
|
1415
|
+
article blockquote i:lang(ja-Latn),
|
1941
1416
|
article blockquote var:lang(ja-Latn),
|
1417
|
+
article blockquote i:not(:lang(zh)):not(:lang(ja)),
|
1942
1418
|
article blockquote var:not(:lang(zh)):not(:lang(ja)),
|
1419
|
+
article blockquote i *:lang(zh-Latn),
|
1943
1420
|
article blockquote var *:lang(zh-Latn),
|
1421
|
+
article blockquote i *:lang(ja-Latn),
|
1944
1422
|
article blockquote var *:lang(ja-Latn),
|
1423
|
+
article blockquote i *:not(:lang(zh)):not(:lang(ja)),
|
1945
1424
|
article blockquote var *:not(:lang(zh)):not(:lang(ja)) {
|
1946
1425
|
font-family: "Latin Italic Sans", "Helvetica Neue", Helvetica, Arial, "Han Heiti", sans-serif;
|
1947
1426
|
}
|
1948
|
-
|
1949
1427
|
article blockquote i:lang(zh),
|
1950
|
-
article blockquote i:lang(zh-Hant),
|
1951
1428
|
article blockquote var:lang(zh),
|
1429
|
+
article blockquote i:lang(zh-Hant),
|
1952
1430
|
article blockquote var:lang(zh-Hant) {
|
1953
1431
|
font-family: "Biaodian Pro Sans CNS", "Latin Italic Sans", "Helvetica Neue", Helvetica, Arial, "Zhuyin Heiti", "Han Heiti", sans-serif;
|
1954
1432
|
}
|
1955
|
-
|
1956
1433
|
.no-unicoderange article blockquote i:lang(zh),
|
1957
|
-
.no-unicoderange article blockquote i:lang(zh-Hant),
|
1958
1434
|
.no-unicoderange article blockquote var:lang(zh),
|
1435
|
+
.no-unicoderange article blockquote i:lang(zh-Hant),
|
1959
1436
|
.no-unicoderange article blockquote var:lang(zh-Hant) {
|
1960
1437
|
font-family: "Latin Italic Sans", "Helvetica Neue", Helvetica, Arial, "Han Heiti", sans-serif;
|
1961
1438
|
}
|
1962
|
-
|
1963
1439
|
.no-unicoderange article blockquote i:lang(zh),
|
1964
|
-
.no-unicoderange article blockquote i:lang(zh-Hant),
|
1965
1440
|
.no-unicoderange article blockquote var:lang(zh),
|
1441
|
+
.no-unicoderange article blockquote i:lang(zh-Hant),
|
1966
1442
|
.no-unicoderange article blockquote var:lang(zh-Hant) {
|
1967
1443
|
font-family: "Latin Italic Sans", "Helvetica Neue", Helvetica, Arial, "Han Heiti", sans-serif;
|
1968
1444
|
}
|
1969
|
-
|
1970
1445
|
article blockquote i:lang(zh-Hans),
|
1971
|
-
article blockquote i:lang(zh-CN),
|
1972
1446
|
article blockquote var:lang(zh-Hans),
|
1447
|
+
article blockquote i:lang(zh-CN),
|
1973
1448
|
article blockquote var:lang(zh-CN) {
|
1974
1449
|
font-family: "Biaodian Pro Sans GB", "Latin Italic Sans", "Helvetica Neue", Helvetica, Arial, "Han Heiti GB", sans-serif;
|
1975
1450
|
}
|
1976
|
-
|
1977
1451
|
.no-unicoderange article blockquote i:lang(zh-Hans),
|
1978
|
-
.no-unicoderange article blockquote i:lang(zh-CN),
|
1979
1452
|
.no-unicoderange article blockquote var:lang(zh-Hans),
|
1453
|
+
.no-unicoderange article blockquote i:lang(zh-CN),
|
1980
1454
|
.no-unicoderange article blockquote var:lang(zh-CN) {
|
1981
1455
|
font-family: "Latin Italic Sans", "Helvetica Neue", Helvetica, Arial, "Han Heiti GB", sans-serif;
|
1982
1456
|
}
|
1983
|
-
|
1984
1457
|
article blockquote i:lang(ja),
|
1985
1458
|
article blockquote var:lang(ja) {
|
1986
1459
|
font-family: "Yakumono Sans", "Latin Italic Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
1987
1460
|
}
|
1988
|
-
|
1989
1461
|
.no-unicoderange article blockquote i:lang(ja),
|
1990
1462
|
.no-unicoderange article blockquote var:lang(ja) {
|
1991
1463
|
font-family: "Latin Italic Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
1992
1464
|
}
|
1993
|
-
|
1994
1465
|
article figure blockquote:lang(zh-Latn),
|
1995
1466
|
article figure blockquote:lang(ja-Latn),
|
1996
1467
|
article figure blockquote:not(:lang(zh)):not(:lang(ja)),
|
1997
1468
|
article figure blockquote *:lang(zh-Latn),
|
1998
1469
|
article figure blockquote *:lang(ja-Latn),
|
1999
|
-
article figure blockquote *:not(:lang(zh)):not(:lang(ja))
|
2000
|
-
figure blockquote:lang(zh-Latn),
|
2001
|
-
figure blockquote:lang(ja-Latn),
|
2002
|
-
figure blockquote:not(:lang(zh)):not(:lang(ja)),
|
2003
|
-
figure blockquote *:lang(zh-Latn),
|
2004
|
-
figure blockquote *:lang(ja-Latn),
|
2005
|
-
figure blockquote *:not(:lang(zh)):not(:lang(ja)) {
|
1470
|
+
article figure blockquote *:not(:lang(zh)):not(:lang(ja)) {
|
2006
1471
|
font-family: Georgia, "Times New Roman", "Han Songti", cursive, serif;
|
2007
1472
|
}
|
2008
|
-
|
2009
1473
|
article figure blockquote:lang(zh),
|
2010
|
-
article figure blockquote:lang(zh-Hant)
|
2011
|
-
figure blockquote:lang(zh),
|
2012
|
-
figure blockquote:lang(zh-Hant) {
|
1474
|
+
article figure blockquote:lang(zh-Hant) {
|
2013
1475
|
font-family: "Biaodian Pro Serif CNS", "Numeral LF Serif", Georgia, "Times New Roman", "Zhuyin Kaiti", "Han Songti", serif;
|
2014
1476
|
}
|
2015
|
-
|
2016
1477
|
.no-unicoderange article figure blockquote:lang(zh),
|
2017
|
-
.no-unicoderange article figure blockquote:lang(zh-Hant)
|
2018
|
-
.no-unicoderange figure blockquote:lang(zh),
|
2019
|
-
.no-unicoderange figure blockquote:lang(zh-Hant) {
|
1478
|
+
.no-unicoderange article figure blockquote:lang(zh-Hant) {
|
2020
1479
|
font-family: "Numeral LF Serif", Georgia, "Times New Roman", "Han Songti", serif;
|
2021
1480
|
}
|
2022
|
-
|
2023
1481
|
article figure blockquote:lang(zh-Hans),
|
2024
|
-
article figure blockquote:lang(zh-CN)
|
2025
|
-
figure blockquote:lang(zh-Hans),
|
2026
|
-
figure blockquote:lang(zh-CN) {
|
1482
|
+
article figure blockquote:lang(zh-CN) {
|
2027
1483
|
font-family: "Biaodian Pro Serif GB", "Numeral LF Serif", Georgia, "Times New Roman", "Han Songti GB", serif;
|
2028
1484
|
}
|
2029
|
-
|
2030
1485
|
.no-unicoderange article figure blockquote:lang(zh-Hans),
|
2031
|
-
.no-unicoderange article figure blockquote:lang(zh-CN)
|
2032
|
-
.no-unicoderange figure blockquote:lang(zh-Hans),
|
2033
|
-
.no-unicoderange figure blockquote:lang(zh-CN) {
|
1486
|
+
.no-unicoderange article figure blockquote:lang(zh-CN) {
|
2034
1487
|
font-family: "Numeral LF Serif", Georgia, "Times New Roman", "Han Songti GB", serif;
|
2035
1488
|
}
|
2036
|
-
|
2037
|
-
article figure blockquote:lang(ja),
|
2038
|
-
figure blockquote:lang(ja) {
|
1489
|
+
article figure blockquote:lang(ja) {
|
2039
1490
|
font-family: "Yakumono Serif", "Numeral LF Serif", Georgia, "Times New Roman", serif;
|
2040
1491
|
}
|
2041
|
-
|
2042
|
-
.no-unicoderange article figure blockquote:lang(ja),
|
2043
|
-
.no-unicoderange figure blockquote:lang(ja) {
|
1492
|
+
.no-unicoderange article figure blockquote:lang(ja) {
|
2044
1493
|
font-family: "Numeral LF Serif", Georgia, "Times New Roman", serif;
|
2045
1494
|
}
|
2046
|
-
|
2047
|
-
/**
|
2048
|
-
* Serif Italic
|
2049
|
-
*/
|
2050
1495
|
article blockquote:lang(zh-Latn),
|
2051
1496
|
article blockquote:lang(ja-Latn),
|
2052
1497
|
article blockquote:not(:lang(zh)):not(:lang(ja)),
|
@@ -2055,193 +1500,168 @@ article blockquote *:lang(ja-Latn),
|
|
2055
1500
|
article blockquote *:not(:lang(zh)):not(:lang(ja)) {
|
2056
1501
|
font-family: Georgia, "Times New Roman", "Han Kaiti", cursive, serif;
|
2057
1502
|
}
|
2058
|
-
|
2059
1503
|
article blockquote:lang(zh),
|
2060
1504
|
article blockquote:lang(zh-Hant) {
|
2061
1505
|
font-family: "Biaodian Pro Serif CNS", "Numeral LF Serif", Georgia, "Times New Roman", "Zhuyin Kaiti", "Han Kaiti", cursive, serif;
|
2062
1506
|
}
|
2063
|
-
|
2064
1507
|
.no-unicoderange article blockquote:lang(zh),
|
2065
1508
|
.no-unicoderange article blockquote:lang(zh-Hant) {
|
2066
1509
|
font-family: "Numeral LF Serif", Georgia, "Times New Roman", "Han Kaiti", cursive, serif;
|
2067
1510
|
}
|
2068
|
-
|
2069
1511
|
article blockquote:lang(zh-Hans),
|
2070
1512
|
article blockquote:lang(zh-CN) {
|
2071
1513
|
font-family: "Biaodian Pro Serif GB", "Numeral LF Serif", Georgia, "Times New Roman", "Han Kaiti GB", cursive, serif;
|
2072
1514
|
}
|
2073
|
-
|
2074
1515
|
.no-unicoderange article blockquote:lang(zh-Hans),
|
2075
1516
|
.no-unicoderange article blockquote:lang(zh-CN) {
|
2076
1517
|
font-family: "Numeral LF Serif", Georgia, "Times New Roman", "Han Kaiti GB", cursive, serif;
|
2077
1518
|
}
|
2078
|
-
|
2079
1519
|
article blockquote:lang(ja) {
|
2080
1520
|
font-family: "Yakumono Serif", "Numeral LF Serif", Georgia, "Times New Roman", cursive, serif;
|
2081
1521
|
}
|
2082
|
-
|
2083
1522
|
.no-unicoderange article blockquote:lang(ja) {
|
2084
1523
|
font-family: "Numeral LF Serif", Georgia, "Times New Roman", cursive, serif;
|
2085
1524
|
}
|
2086
|
-
|
2087
|
-
/**
|
2088
|
-
* Cursive Italic
|
2089
|
-
*/
|
2090
1525
|
i:lang(zh-Latn),
|
2091
|
-
i:lang(ja-Latn),
|
2092
|
-
i:not(:lang(zh)):not(:lang(ja)),
|
2093
|
-
i *:lang(zh-Latn),
|
2094
|
-
i *:lang(ja-Latn),
|
2095
|
-
i *:not(:lang(zh)):not(:lang(ja)),
|
2096
1526
|
var:lang(zh-Latn),
|
1527
|
+
i:lang(ja-Latn),
|
2097
1528
|
var:lang(ja-Latn),
|
1529
|
+
i:not(:lang(zh)):not(:lang(ja)),
|
2098
1530
|
var:not(:lang(zh)):not(:lang(ja)),
|
1531
|
+
i *:lang(zh-Latn),
|
2099
1532
|
var *:lang(zh-Latn),
|
1533
|
+
i *:lang(ja-Latn),
|
2100
1534
|
var *:lang(ja-Latn),
|
1535
|
+
i *:not(:lang(zh)):not(:lang(ja)),
|
2101
1536
|
var *:not(:lang(zh)):not(:lang(ja)) {
|
2102
1537
|
font-family: "Latin Italic Serif", Georgia, "Times New Roman", "Han Kaiti", cursive, serif;
|
2103
1538
|
}
|
2104
|
-
|
2105
1539
|
i:lang(zh),
|
2106
|
-
i:lang(zh-Hant),
|
2107
1540
|
var:lang(zh),
|
1541
|
+
i:lang(zh-Hant),
|
2108
1542
|
var:lang(zh-Hant) {
|
2109
1543
|
font-family: "Biaodian Pro Serif CNS", "Numeral LF Italic Serif", "Latin Italic Serif", Georgia, "Times New Roman", "Zhuyin Kaiti", "Han Kaiti", cursive, serif;
|
2110
1544
|
}
|
2111
|
-
|
2112
1545
|
.no-unicoderange i:lang(zh),
|
2113
|
-
.no-unicoderange i:lang(zh-Hant),
|
2114
1546
|
.no-unicoderange var:lang(zh),
|
1547
|
+
.no-unicoderange i:lang(zh-Hant),
|
2115
1548
|
.no-unicoderange var:lang(zh-Hant) {
|
2116
1549
|
font-family: "Numeral LF Italic Serif", "Latin Italic Serif", Georgia, "Times New Roman", "Han Kaiti", cursive, serif;
|
2117
1550
|
}
|
2118
|
-
|
2119
1551
|
i:lang(zh-Hans),
|
2120
|
-
i:lang(zh-CN),
|
2121
1552
|
var:lang(zh-Hans),
|
1553
|
+
i:lang(zh-CN),
|
2122
1554
|
var:lang(zh-CN) {
|
2123
1555
|
font-family: "Biaodian Pro Serif GB", "Numeral LF Italic Serif", "Latin Italic Serif", Georgia, "Times New Roman", "Han Kaiti GB", cursive, serif;
|
2124
1556
|
}
|
2125
|
-
|
2126
1557
|
.no-unicoderange i:lang(zh-Hans),
|
2127
|
-
.no-unicoderange i:lang(zh-CN),
|
2128
1558
|
.no-unicoderange var:lang(zh-Hans),
|
1559
|
+
.no-unicoderange i:lang(zh-CN),
|
2129
1560
|
.no-unicoderange var:lang(zh-CN) {
|
2130
1561
|
font-family: "Numeral LF Italic Serif", "Latin Italic Serif", Georgia, "Times New Roman", "Han Kaiti GB", cursive, serif;
|
2131
1562
|
}
|
2132
|
-
|
2133
1563
|
i:lang(ja),
|
2134
1564
|
var:lang(ja) {
|
2135
1565
|
font-family: "Yakumono Serif", "Numeral LF Italic Serif", "Latin Italic Serif", Georgia, "Times New Roman", cursive, serif;
|
2136
1566
|
}
|
2137
|
-
|
2138
1567
|
.no-unicoderange i:lang(ja),
|
2139
1568
|
.no-unicoderange var:lang(ja) {
|
2140
1569
|
font-family: "Numeral LF Italic Serif", "Latin Italic Serif", Georgia, "Times New Roman", cursive, serif;
|
2141
1570
|
}
|
2142
|
-
|
2143
1571
|
code:lang(zh-Latn),
|
2144
|
-
code:lang(ja-Latn),
|
2145
|
-
code:not(:lang(zh)):not(:lang(ja)),
|
2146
|
-
code *:lang(zh-Latn),
|
2147
|
-
code *:lang(ja-Latn),
|
2148
|
-
code *:not(:lang(zh)):not(:lang(ja)),
|
2149
1572
|
kbd:lang(zh-Latn),
|
2150
|
-
kbd:lang(ja-Latn),
|
2151
|
-
kbd:not(:lang(zh)):not(:lang(ja)),
|
2152
|
-
kbd *:lang(zh-Latn),
|
2153
|
-
kbd *:lang(ja-Latn),
|
2154
|
-
kbd *:not(:lang(zh)):not(:lang(ja)),
|
2155
1573
|
samp:lang(zh-Latn),
|
2156
|
-
samp:lang(ja-Latn),
|
2157
|
-
samp:not(:lang(zh)):not(:lang(ja)),
|
2158
|
-
samp *:lang(zh-Latn),
|
2159
|
-
samp *:lang(ja-Latn),
|
2160
|
-
samp *:not(:lang(zh)):not(:lang(ja)),
|
2161
1574
|
pre:lang(zh-Latn),
|
1575
|
+
code:lang(ja-Latn),
|
1576
|
+
kbd:lang(ja-Latn),
|
1577
|
+
samp:lang(ja-Latn),
|
2162
1578
|
pre:lang(ja-Latn),
|
1579
|
+
code:not(:lang(zh)):not(:lang(ja)),
|
1580
|
+
kbd:not(:lang(zh)):not(:lang(ja)),
|
1581
|
+
samp:not(:lang(zh)):not(:lang(ja)),
|
2163
1582
|
pre:not(:lang(zh)):not(:lang(ja)),
|
1583
|
+
code *:lang(zh-Latn),
|
1584
|
+
kbd *:lang(zh-Latn),
|
1585
|
+
samp *:lang(zh-Latn),
|
2164
1586
|
pre *:lang(zh-Latn),
|
1587
|
+
code *:lang(ja-Latn),
|
1588
|
+
kbd *:lang(ja-Latn),
|
1589
|
+
samp *:lang(ja-Latn),
|
2165
1590
|
pre *:lang(ja-Latn),
|
1591
|
+
code *:not(:lang(zh)):not(:lang(ja)),
|
1592
|
+
kbd *:not(:lang(zh)):not(:lang(ja)),
|
1593
|
+
samp *:not(:lang(zh)):not(:lang(ja)),
|
2166
1594
|
pre *:not(:lang(zh)):not(:lang(ja)) {
|
2167
1595
|
font-family: Menlo, Consolas, Courier, "Han Heiti", monospace, monospace, sans-serif;
|
2168
1596
|
}
|
2169
|
-
|
2170
1597
|
code:lang(zh),
|
2171
|
-
code:lang(zh-Hant),
|
2172
1598
|
kbd:lang(zh),
|
2173
|
-
kbd:lang(zh-Hant),
|
2174
1599
|
samp:lang(zh),
|
2175
|
-
samp:lang(zh-Hant),
|
2176
1600
|
pre:lang(zh),
|
1601
|
+
code:lang(zh-Hant),
|
1602
|
+
kbd:lang(zh-Hant),
|
1603
|
+
samp:lang(zh-Hant),
|
2177
1604
|
pre:lang(zh-Hant) {
|
2178
1605
|
font-family: "Biaodian Pro Sans CNS", Menlo, Consolas, Courier, "Zhuyin Heiti", "Han Heiti", monospace, monospace, sans-serif;
|
2179
1606
|
}
|
2180
|
-
|
2181
1607
|
.no-unicoderange code:lang(zh),
|
2182
|
-
.no-unicoderange code:lang(zh-Hant),
|
2183
1608
|
.no-unicoderange kbd:lang(zh),
|
2184
|
-
.no-unicoderange kbd:lang(zh-Hant),
|
2185
1609
|
.no-unicoderange samp:lang(zh),
|
2186
|
-
.no-unicoderange samp:lang(zh-Hant),
|
2187
1610
|
.no-unicoderange pre:lang(zh),
|
1611
|
+
.no-unicoderange code:lang(zh-Hant),
|
1612
|
+
.no-unicoderange kbd:lang(zh-Hant),
|
1613
|
+
.no-unicoderange samp:lang(zh-Hant),
|
2188
1614
|
.no-unicoderange pre:lang(zh-Hant) {
|
2189
1615
|
font-family: Menlo, Consolas, Courier, "Han Heiti", monospace, monospace, sans-serif;
|
2190
1616
|
}
|
2191
|
-
|
2192
1617
|
code:lang(zh-Hans),
|
2193
|
-
code:lang(zh-CN),
|
2194
1618
|
kbd:lang(zh-Hans),
|
2195
|
-
kbd:lang(zh-CN),
|
2196
1619
|
samp:lang(zh-Hans),
|
2197
|
-
samp:lang(zh-CN),
|
2198
1620
|
pre:lang(zh-Hans),
|
1621
|
+
code:lang(zh-CN),
|
1622
|
+
kbd:lang(zh-CN),
|
1623
|
+
samp:lang(zh-CN),
|
2199
1624
|
pre:lang(zh-CN) {
|
2200
1625
|
font-family: "Biaodian Pro Sans GB", Menlo, Consolas, Courier, "Han Heiti GB", monospace, monospace, sans-serif;
|
2201
1626
|
}
|
2202
|
-
|
2203
1627
|
.no-unicoderange code:lang(zh-Hans),
|
2204
|
-
.no-unicoderange code:lang(zh-CN),
|
2205
1628
|
.no-unicoderange kbd:lang(zh-Hans),
|
2206
|
-
.no-unicoderange kbd:lang(zh-CN),
|
2207
1629
|
.no-unicoderange samp:lang(zh-Hans),
|
2208
|
-
.no-unicoderange samp:lang(zh-CN),
|
2209
1630
|
.no-unicoderange pre:lang(zh-Hans),
|
1631
|
+
.no-unicoderange code:lang(zh-CN),
|
1632
|
+
.no-unicoderange kbd:lang(zh-CN),
|
1633
|
+
.no-unicoderange samp:lang(zh-CN),
|
2210
1634
|
.no-unicoderange pre:lang(zh-CN) {
|
2211
1635
|
font-family: Menlo, Consolas, Courier, "Han Heiti GB", monospace, monospace, sans-serif;
|
2212
1636
|
}
|
2213
|
-
|
2214
1637
|
code:lang(ja),
|
2215
1638
|
kbd:lang(ja),
|
2216
1639
|
samp:lang(ja),
|
2217
1640
|
pre:lang(ja) {
|
2218
1641
|
font-family: "Yakumono Sans", Menlo, Consolas, Courier, monospace, monospace, sans-serif;
|
2219
1642
|
}
|
2220
|
-
|
2221
1643
|
.no-unicoderange code:lang(ja),
|
2222
1644
|
.no-unicoderange kbd:lang(ja),
|
2223
1645
|
.no-unicoderange samp:lang(ja),
|
2224
1646
|
.no-unicoderange pre:lang(ja) {
|
2225
1647
|
font-family: Menlo, Consolas, Courier, monospace, monospace, sans-serif;
|
2226
1648
|
}
|
2227
|
-
|
2228
1649
|
html,
|
1650
|
+
.no-unicoderange h-char.bd-liga,
|
1651
|
+
.no-unicoderange h-char[unicode="b7"],
|
2229
1652
|
ruby h-zhuyin,
|
2230
|
-
ruby h-diao,
|
2231
1653
|
h-ruby h-zhuyin,
|
2232
|
-
h-
|
1654
|
+
ruby h-zhuyin h-diao,
|
1655
|
+
h-ruby h-zhuyin h-diao,
|
2233
1656
|
ruby.romanization rt,
|
2234
|
-
ruby [annotation] rt,
|
2235
1657
|
h-ruby.romanization rt,
|
2236
|
-
|
2237
|
-
|
2238
|
-
.no-unicoderange h-char.biaodian[unicode="b7"] {
|
1658
|
+
ruby [annotation] rt,
|
1659
|
+
h-ruby [annotation] rt {
|
2239
1660
|
-moz-font-feature-settings: "liga";
|
2240
1661
|
-ms-font-feature-settings: "liga";
|
2241
1662
|
-webkit-font-feature-settings: "liga";
|
2242
1663
|
font-feature-settings: "liga";
|
2243
1664
|
}
|
2244
|
-
|
2245
1665
|
html,
|
2246
1666
|
[lang^="zh"],
|
2247
1667
|
[lang*="Hant"],
|
@@ -2261,149 +1681,154 @@ article blockquote var {
|
|
2261
1681
|
-webkit-font-feature-settings: "liga", "locl" 0;
|
2262
1682
|
font-feature-settings: "liga", "locl" 0;
|
2263
1683
|
}
|
2264
|
-
|
1684
|
+
.no-unicoderange h-char.bd-cop:lang(zh-Hant),
|
1685
|
+
.no-unicoderange h-char.bd-cop:lang(zh-TW),
|
1686
|
+
.no-unicoderange h-char.bd-cop:lang(zh-HK) {
|
1687
|
+
font-family: -apple-system, "Han Heiti CNS";
|
1688
|
+
}
|
1689
|
+
.no-unicoderange h-char.bd-liga,
|
1690
|
+
.no-unicoderange h-char[unicode="b7"] {
|
1691
|
+
font-family: "Biaodian Basic", "Han Heiti";
|
1692
|
+
}
|
1693
|
+
.no-unicoderange h-char[unicode="2018"]:lang(zh-Hans),
|
1694
|
+
.no-unicoderange h-char[unicode="2019"]:lang(zh-Hans),
|
1695
|
+
.no-unicoderange h-char[unicode="201c"]:lang(zh-Hans),
|
1696
|
+
.no-unicoderange h-char[unicode="201d"]:lang(zh-Hans),
|
1697
|
+
.no-unicoderange h-char[unicode="2018"]:lang(zh-CN),
|
1698
|
+
.no-unicoderange h-char[unicode="2019"]:lang(zh-CN),
|
1699
|
+
.no-unicoderange h-char[unicode="201c"]:lang(zh-CN),
|
1700
|
+
.no-unicoderange h-char[unicode="201d"]:lang(zh-CN) {
|
1701
|
+
font-family: "Han Heiti GB";
|
1702
|
+
}
|
2265
1703
|
i,
|
2266
1704
|
var {
|
2267
1705
|
font-style: inherit;
|
2268
1706
|
}
|
2269
|
-
|
2270
1707
|
.no-unicoderange ruby h-zhuyin,
|
2271
|
-
.no-unicoderange ruby h-diao,
|
2272
1708
|
.no-unicoderange h-ruby h-zhuyin,
|
2273
|
-
.no-unicoderange h-
|
1709
|
+
.no-unicoderange ruby h-zhuyin h-diao,
|
1710
|
+
.no-unicoderange h-ruby h-zhuyin h-diao {
|
2274
1711
|
font-family: "Zhuyin Kaiti", cursive, serif;
|
2275
1712
|
}
|
2276
|
-
|
2277
1713
|
ruby h-diao,
|
2278
1714
|
h-ruby h-diao {
|
2279
1715
|
font-family: "Zhuyin Kaiti", cursive, serif;
|
2280
1716
|
}
|
2281
|
-
|
2282
1717
|
ruby.romanization rt,
|
2283
|
-
ruby [annotation] rt,
|
2284
1718
|
h-ruby.romanization rt,
|
1719
|
+
ruby [annotation] rt,
|
2285
1720
|
h-ruby [annotation] rt {
|
2286
1721
|
font-family: "Romanization Sans", "Helvetica Neue", Helvetica, Arial, "Han Heiti", sans-serif;
|
2287
1722
|
}
|
2288
|
-
|
2289
|
-
/* Global
|
2290
|
-
-------- */
|
2291
1723
|
.no-kaiti i,
|
2292
1724
|
.no-kaiti var {
|
2293
1725
|
padding-bottom: .05em;
|
2294
|
-
border-bottom: 3px double
|
2295
|
-
}
|
2296
|
-
|
2297
|
-
/* Section-wise arrangement
|
2298
|
-
-------------------------- */
|
2299
|
-
/**
|
2300
|
-
* Well-knit sections for articles
|
2301
|
-
*/
|
2302
|
-
article {
|
2303
|
-
line-height: 1.7;
|
2304
|
-
}
|
2305
|
-
article {
|
2306
|
-
-moz-hyphens: auto;
|
2307
|
-
-ms-hyphens: auto;
|
2308
|
-
-webkit-hyphens: auto;
|
2309
|
-
hyphens: auto;
|
2310
|
-
}
|
2311
|
-
article p,
|
2312
|
-
article li {
|
2313
|
-
text-align: justify;
|
2314
|
-
text-justify: inter-ideograph;
|
1726
|
+
border-bottom: 3px double #d3d3d3;
|
2315
1727
|
}
|
2316
1728
|
article h1 + blockquote,
|
2317
|
-
article h1 + p,
|
2318
|
-
article h1 + ol,
|
2319
|
-
article h1 + ul,
|
2320
|
-
article h1 + h6,
|
2321
|
-
article h1 + section > h6:first-child,
|
2322
|
-
article h1 + section > p:first-child,
|
2323
|
-
article h1 + section > ol:first-child,
|
2324
|
-
article h1 + section > ul:first-child,
|
2325
|
-
article h1 + section > blockquote:first-child,
|
2326
1729
|
article h2 + blockquote,
|
2327
|
-
article h2 + p,
|
2328
|
-
article h2 + ol,
|
2329
|
-
article h2 + ul,
|
2330
|
-
article h2 + h6,
|
2331
|
-
article h2 + section > h6:first-child,
|
2332
|
-
article h2 + section > p:first-child,
|
2333
|
-
article h2 + section > ol:first-child,
|
2334
|
-
article h2 + section > ul:first-child,
|
2335
|
-
article h2 + section > blockquote:first-child,
|
2336
1730
|
article h3 + blockquote,
|
2337
|
-
article h3 + p,
|
2338
|
-
article h3 + ol,
|
2339
|
-
article h3 + ul,
|
2340
|
-
article h3 + h6,
|
2341
|
-
article h3 + section > h6:first-child,
|
2342
|
-
article h3 + section > p:first-child,
|
2343
|
-
article h3 + section > ol:first-child,
|
2344
|
-
article h3 + section > ul:first-child,
|
2345
|
-
article h3 + section > blockquote:first-child,
|
2346
1731
|
article h4 + blockquote,
|
2347
|
-
article h4 + p,
|
2348
|
-
article h4 + ol,
|
2349
|
-
article h4 + ul,
|
2350
|
-
article h4 + h6,
|
2351
|
-
article h4 + section > h6:first-child,
|
2352
|
-
article h4 + section > p:first-child,
|
2353
|
-
article h4 + section > ol:first-child,
|
2354
|
-
article h4 + section > ul:first-child,
|
2355
|
-
article h4 + section > blockquote:first-child,
|
2356
1732
|
article h5 + blockquote,
|
2357
|
-
article h5 + p,
|
2358
|
-
article h5 + ol,
|
2359
|
-
article h5 + ul,
|
2360
|
-
article h5 + h6,
|
2361
|
-
article h5 + section > h6:first-child,
|
2362
|
-
article h5 + section > p:first-child,
|
2363
|
-
article h5 + section > ol:first-child,
|
2364
|
-
article h5 + section > ul:first-child,
|
2365
|
-
article h5 + section > blockquote:first-child,
|
2366
1733
|
article h6 + blockquote,
|
1734
|
+
article h1 + p,
|
1735
|
+
article h2 + p,
|
1736
|
+
article h3 + p,
|
1737
|
+
article h4 + p,
|
1738
|
+
article h5 + p,
|
2367
1739
|
article h6 + p,
|
1740
|
+
article h1 + ol,
|
1741
|
+
article h2 + ol,
|
1742
|
+
article h3 + ol,
|
1743
|
+
article h4 + ol,
|
1744
|
+
article h5 + ol,
|
2368
1745
|
article h6 + ol,
|
1746
|
+
article h1 + ul,
|
1747
|
+
article h2 + ul,
|
1748
|
+
article h3 + ul,
|
1749
|
+
article h4 + ul,
|
1750
|
+
article h5 + ul,
|
2369
1751
|
article h6 + ul,
|
1752
|
+
article h1 + h6,
|
1753
|
+
article h2 + h6,
|
1754
|
+
article h3 + h6,
|
1755
|
+
article h4 + h6,
|
1756
|
+
article h5 + h6,
|
2370
1757
|
article h6 + h6,
|
1758
|
+
article h1 + section > h6:first-child,
|
1759
|
+
article h2 + section > h6:first-child,
|
1760
|
+
article h3 + section > h6:first-child,
|
1761
|
+
article h4 + section > h6:first-child,
|
1762
|
+
article h5 + section > h6:first-child,
|
2371
1763
|
article h6 + section > h6:first-child,
|
1764
|
+
article h1 + section > p:first-child,
|
1765
|
+
article h2 + section > p:first-child,
|
1766
|
+
article h3 + section > p:first-child,
|
1767
|
+
article h4 + section > p:first-child,
|
1768
|
+
article h5 + section > p:first-child,
|
2372
1769
|
article h6 + section > p:first-child,
|
1770
|
+
article h1 + section > ol:first-child,
|
1771
|
+
article h2 + section > ol:first-child,
|
1772
|
+
article h3 + section > ol:first-child,
|
1773
|
+
article h4 + section > ol:first-child,
|
1774
|
+
article h5 + section > ol:first-child,
|
2373
1775
|
article h6 + section > ol:first-child,
|
1776
|
+
article h1 + section > ul:first-child,
|
1777
|
+
article h2 + section > ul:first-child,
|
1778
|
+
article h3 + section > ul:first-child,
|
1779
|
+
article h4 + section > ul:first-child,
|
1780
|
+
article h5 + section > ul:first-child,
|
2374
1781
|
article h6 + section > ul:first-child,
|
1782
|
+
article h1 + section > blockquote:first-child,
|
1783
|
+
article h2 + section > blockquote:first-child,
|
1784
|
+
article h3 + section > blockquote:first-child,
|
1785
|
+
article h4 + section > blockquote:first-child,
|
1786
|
+
article h5 + section > blockquote:first-child,
|
2375
1787
|
article h6 + section > blockquote:first-child,
|
2376
1788
|
article h1 + h5,
|
2377
|
-
article h1 + section > h5:first-child,
|
2378
1789
|
article h2 + h5,
|
2379
|
-
article h2 + section > h5:first-child,
|
2380
1790
|
article h3 + h5,
|
2381
|
-
article h3 + section > h5:first-child,
|
2382
1791
|
article h4 + h5,
|
2383
|
-
article h4 + section > h5:first-child,
|
2384
1792
|
article h5 + h5,
|
1793
|
+
article h1 + section > h5:first-child,
|
1794
|
+
article h2 + section > h5:first-child,
|
1795
|
+
article h3 + section > h5:first-child,
|
1796
|
+
article h4 + section > h5:first-child,
|
2385
1797
|
article h5 + section > h5:first-child,
|
2386
1798
|
article h1 + h4,
|
2387
|
-
article h1 + section > h4:first-child,
|
2388
1799
|
article h2 + h4,
|
2389
|
-
article h2 + section > h4:first-child,
|
2390
1800
|
article h3 + h4,
|
2391
|
-
article h3 + section > h4:first-child,
|
2392
1801
|
article h4 + h4,
|
1802
|
+
article h1 + section > h4:first-child,
|
1803
|
+
article h2 + section > h4:first-child,
|
1804
|
+
article h3 + section > h4:first-child,
|
2393
1805
|
article h4 + section > h4:first-child,
|
2394
1806
|
article h1 + h3,
|
2395
|
-
article h1 + section > h3:first-child,
|
2396
1807
|
article h2 + h3,
|
2397
|
-
article h2 + section > h3:first-child,
|
2398
1808
|
article h3 + h3,
|
1809
|
+
article h1 + section > h3:first-child,
|
1810
|
+
article h2 + section > h3:first-child,
|
2399
1811
|
article h3 + section > h3:first-child,
|
2400
1812
|
article h1 + h2,
|
2401
|
-
article h1 + section > h2:first-child,
|
2402
1813
|
article h2 + h2,
|
1814
|
+
article h1 + section > h2:first-child,
|
2403
1815
|
article h2 + section > h2:first-child {
|
2404
1816
|
margin-top: -1em;
|
2405
1817
|
}
|
2406
|
-
|
1818
|
+
article {
|
1819
|
+
line-height: 1.7;
|
1820
|
+
}
|
1821
|
+
article {
|
1822
|
+
-moz-hyphens: auto;
|
1823
|
+
-ms-hyphens: auto;
|
1824
|
+
-webkit-hyphens: auto;
|
1825
|
+
hyphens: auto;
|
1826
|
+
}
|
1827
|
+
article p,
|
1828
|
+
article li {
|
1829
|
+
text-align: justify;
|
1830
|
+
text-justify: inter-ideograph;
|
1831
|
+
}
|
2407
1832
|
p.poem-like,
|
2408
1833
|
.poem-like p {
|
2409
1834
|
margin-left: 2em;
|
@@ -2414,7 +1839,6 @@ p.poem-like,
|
|
2414
1839
|
margin-left: 1em;
|
2415
1840
|
}
|
2416
1841
|
}
|
2417
|
-
|
2418
1842
|
article blockquote {
|
2419
1843
|
margin-right: 0;
|
2420
1844
|
}
|
@@ -2423,11 +1847,9 @@ article blockquote {
|
|
2423
1847
|
margin-left: 1em;
|
2424
1848
|
}
|
2425
1849
|
}
|
2426
|
-
|
2427
1850
|
figure blockquote {
|
2428
1851
|
margin: 0;
|
2429
1852
|
}
|
2430
|
-
|
2431
1853
|
blockquote blockquote {
|
2432
1854
|
margin-left: 1em;
|
2433
1855
|
margin-right: 1em;
|
@@ -2435,7 +1857,6 @@ blockquote blockquote {
|
|
2435
1857
|
article blockquote blockquote {
|
2436
1858
|
margin-right: 0;
|
2437
1859
|
}
|
2438
|
-
|
2439
1860
|
@media only screen and (max-width: 480px) {
|
2440
1861
|
blockquote,
|
2441
1862
|
figure {
|
@@ -2443,29 +1864,6 @@ article blockquote blockquote {
|
|
2443
1864
|
margin-right: 1em;
|
2444
1865
|
}
|
2445
1866
|
}
|
2446
|
-
|
2447
|
-
/**
|
2448
|
-
* Sectional counter for articles
|
2449
|
-
*/
|
2450
|
-
/* Line composition
|
2451
|
-
------------------ */
|
2452
|
-
/**
|
2453
|
-
* Customised emphasis mark (着重號)
|
2454
|
-
*/
|
2455
|
-
/**
|
2456
|
-
* Basic Biaodian correction for Firefox
|
2457
|
-
*/
|
2458
|
-
.no-unicoderange h-char.bd-liga,
|
2459
|
-
.no-unicoderange h-char.biaodian[unicode="b7"] {
|
2460
|
-
font-family: "Biaodian Basic", "Han Heiti";
|
2461
|
-
}
|
2462
|
-
|
2463
|
-
/**
|
2464
|
-
* Hanzi and Western script mixed spacing (漢字西文混排間隙)
|
2465
|
-
*
|
2466
|
-
* More discussion at:
|
2467
|
-
* https://github.com/ethantw/Han/issues/40
|
2468
|
-
*/
|
2469
1867
|
h-hws,
|
2470
1868
|
h-hws[hidden] {
|
2471
1869
|
display: inline;
|
@@ -2473,68 +1871,74 @@ h-hws[hidden] {
|
|
2473
1871
|
font: .89em Arial;
|
2474
1872
|
}
|
2475
1873
|
code h-hws,
|
2476
|
-
kbd h-hws,
|
2477
|
-
samp h-hws,
|
2478
|
-
pre h-hws,
|
2479
1874
|
code h-hws[hidden],
|
1875
|
+
kbd h-hws,
|
2480
1876
|
kbd h-hws[hidden],
|
1877
|
+
samp h-hws,
|
2481
1878
|
samp h-hws[hidden],
|
2482
|
-
pre h-hws
|
1879
|
+
pre h-hws,
|
1880
|
+
pre h-hws[hidden],
|
1881
|
+
h-hws.quote-inner,
|
1882
|
+
h-hws[hidden].quote-inner,
|
1883
|
+
h-hws.quote-outer:lang(zh-Hans),
|
1884
|
+
h-hws[hidden].quote-outer:lang(zh-Hans),
|
1885
|
+
h-hws.quote-outer:lang(zh-CN),
|
1886
|
+
h-hws[hidden].quote-outer:lang(zh-CN) {
|
2483
1887
|
display: none;
|
2484
1888
|
}
|
2485
|
-
|
2486
1889
|
@font-face {
|
2487
1890
|
src: url('<%= font_path('han-space.woff') %>?v=<%= v %>') format("woff"), url('<%= font_path('han-space.otf') %>?v=<%= v %>') format("opentype");
|
2488
1891
|
font-family: "Han Space";
|
2489
1892
|
unicode-range: U+20;
|
2490
1893
|
}
|
2491
|
-
|
2492
|
-
h-hangable:lang(zh) h-cs,
|
2493
|
-
h-hangable:lang(zh) h-cs
|
2494
|
-
h-hangable:lang(zh-
|
2495
|
-
h-
|
2496
|
-
h-hangable:lang(zh
|
2497
|
-
h-hangable:lang(zh-
|
2498
|
-
h-hangable:lang(zh-
|
2499
|
-
h-hangable:lang(zh-HK) h-cs[hidden]
|
1894
|
+
h-char.bd-hangable:lang(zh) h-cs,
|
1895
|
+
h-char.bd-hangable:lang(zh-Hant) h-cs,
|
1896
|
+
h-char.bd-hangable:lang(zh-TW) h-cs,
|
1897
|
+
h-char.bd-hangable:lang(zh-HK) h-cs,
|
1898
|
+
h-cs,
|
1899
|
+
h-char.bd-hangable:lang(zh) h-cs[hidden],
|
1900
|
+
h-char.bd-hangable:lang(zh-Hant) h-cs[hidden],
|
1901
|
+
h-char.bd-hangable:lang(zh-TW) h-cs[hidden],
|
1902
|
+
h-char.bd-hangable:lang(zh-HK) h-cs[hidden],
|
1903
|
+
h-cs[hidden] {
|
2500
1904
|
display: inline;
|
2501
1905
|
visibility: inherit;
|
2502
1906
|
font-family: inherit;
|
2503
1907
|
font-size: inherit;
|
2504
1908
|
}
|
2505
|
-
|
2506
|
-
h-hangable
|
2507
|
-
h-hangable:lang(zh-CN),
|
2508
|
-
h-hangable:lang(ja) {
|
2509
|
-
position: relative;
|
1909
|
+
h-cs.hangable-outer,
|
1910
|
+
h-cs.hangable-outer[hidden] {
|
2510
1911
|
display: inline;
|
2511
|
-
|
2512
|
-
|
2513
|
-
h-hangable:lang(zh-
|
2514
|
-
h-hangable:lang(
|
1912
|
+
font: 1em "Han Space";
|
1913
|
+
}
|
1914
|
+
h-cs.hangable-outer:lang(zh-Hant),
|
1915
|
+
h-cs.hangable-outer[hidden]:lang(zh-Hant),
|
1916
|
+
h-cs.hangable-outer:lang(zh-TW),
|
1917
|
+
h-cs.hangable-outer[hidden]:lang(zh-TW),
|
1918
|
+
h-cs.hangable-outer:lang(zh-HK),
|
1919
|
+
h-cs.hangable-outer[hidden]:lang(zh-HK) {
|
2515
1920
|
display: none;
|
2516
1921
|
}
|
2517
|
-
h-hangable:lang(zh-Hans)
|
2518
|
-
h-hangable:lang(zh-CN)
|
2519
|
-
h-hangable:lang(ja)
|
1922
|
+
h-char.bd-hangable:lang(zh-Hans),
|
1923
|
+
h-char.bd-hangable:lang(zh-CN),
|
1924
|
+
h-char.bd-hangable:lang(ja) {
|
2520
1925
|
position: relative;
|
2521
|
-
display: inline !important;
|
2522
|
-
visibility: visible;
|
2523
|
-
font: inherit;
|
2524
1926
|
}
|
2525
|
-
h-hangable:lang(zh-Hans)
|
2526
|
-
h-hangable:lang(zh-
|
2527
|
-
h-hangable:lang(
|
2528
|
-
|
2529
|
-
|
2530
|
-
h-hangable:lang(
|
2531
|
-
|
2532
|
-
|
1927
|
+
h-char.bd-hangable:lang(zh-Hans):after,
|
1928
|
+
h-char.bd-hangable:lang(zh-CN):after,
|
1929
|
+
h-char.bd-hangable:lang(ja):after {
|
1930
|
+
display: none !important;
|
1931
|
+
}
|
1932
|
+
h-char.bd-hangable:lang(zh-Hans):before,
|
1933
|
+
h-char.bd-hangable:lang(zh-CN):before,
|
1934
|
+
h-char.bd-hangable:lang(ja):before {
|
1935
|
+
display: inline !important;
|
1936
|
+
content: " ";
|
2533
1937
|
font: 1em "Han Space", Menlo, Consolas, Courier;
|
2534
1938
|
}
|
2535
|
-
h-hangable:lang(zh-Hans) > h-
|
2536
|
-
h-hangable:lang(zh-CN) > h-
|
2537
|
-
h-hangable:lang(ja) > h-
|
1939
|
+
h-char.bd-hangable:lang(zh-Hans) > h-inner,
|
1940
|
+
h-char.bd-hangable:lang(zh-CN) > h-inner,
|
1941
|
+
h-char.bd-hangable:lang(ja) > h-inner {
|
2538
1942
|
-moz-text-emphasis: none;
|
2539
1943
|
-webkit-text-emphasis: none;
|
2540
1944
|
text-emphasis: none;
|
@@ -2549,128 +1953,81 @@ h-hangable:lang(ja) > h-cs h-char.bd-end {
|
|
2549
1953
|
display: inline-block;
|
2550
1954
|
line-height: 1.1;
|
2551
1955
|
}
|
2552
|
-
ruby h-hangable:lang(zh-Hans) > h-
|
2553
|
-
|
2554
|
-
ruby h-hangable:lang(
|
2555
|
-
h-ru h-hangable:lang(zh-
|
2556
|
-
|
2557
|
-
h-ru h-hangable:lang(ja) > h-
|
1956
|
+
ruby h-char.bd-hangable:lang(zh-Hans) > h-inner,
|
1957
|
+
ruby h-char.bd-hangable:lang(zh-CN) > h-inner,
|
1958
|
+
ruby h-char.bd-hangable:lang(ja) > h-inner,
|
1959
|
+
h-ru h-char.bd-hangable:lang(zh-Hans) > h-inner,
|
1960
|
+
h-ru h-char.bd-hangable:lang(zh-CN) > h-inner,
|
1961
|
+
h-ru h-char.bd-hangable:lang(ja) > h-inner {
|
2558
1962
|
position: relative;
|
2559
1963
|
}
|
2560
|
-
|
2561
|
-
|
2562
|
-
* CJK Biaodian compression (CJK標點擠壓)
|
2563
|
-
*/
|
1964
|
+
h-char.bd-jiya.bd-open:before,
|
1965
|
+
h-char.bd-jiya.bd-end:after,
|
2564
1966
|
h-cs,
|
2565
1967
|
h-cs[hidden] {
|
2566
1968
|
display: none;
|
2567
1969
|
visibility: hidden;
|
1970
|
+
content: " ";
|
2568
1971
|
font: .825em Courier;
|
2569
1972
|
letter-spacing: 0;
|
2570
1973
|
white-space: normal;
|
2571
1974
|
}
|
2572
|
-
|
2573
|
-
h-
|
1975
|
+
h-cs.jinze-outer,
|
1976
|
+
h-cs.jinze-outer[hidden] {
|
1977
|
+
display: inline;
|
1978
|
+
}
|
1979
|
+
h-char.bd-jiya.bd-open > h-inner {
|
2574
1980
|
margin-left: -.5em;
|
2575
1981
|
}
|
2576
|
-
|
2577
|
-
h-char.
|
2578
|
-
h-char.
|
2579
|
-
h-char.biaodian[unicode="3002"] > h-inner,
|
2580
|
-
h-char.biaodian[unicode="ff0c"] > h-inner,
|
2581
|
-
h-char.biaodian[unicode="ff0e"] > h-inner {
|
1982
|
+
h-char.bd-jiya.bd-close > h-inner,
|
1983
|
+
h-char.bd-jiya.bd-cop > h-inner,
|
1984
|
+
h-char.bd-jiya[unicode="ff0e"] > h-inner {
|
2582
1985
|
letter-spacing: -.5em;
|
2583
1986
|
}
|
2584
|
-
|
2585
|
-
h-char.
|
2586
|
-
h-char.
|
2587
|
-
h-char.
|
2588
|
-
h-char.biaodian[unicode="3002"] > h-cs,
|
2589
|
-
h-char.biaodian[unicode="ff0c"] > h-cs,
|
2590
|
-
h-char.biaodian[unicode="ff0e"] > h-cs {
|
1987
|
+
h-char.bd-jiya.bd-open:before,
|
1988
|
+
h-char.bd-jiya.bd-close:after,
|
1989
|
+
h-char.bd-jiya.bd-cop:after,
|
1990
|
+
h-char.bd-jiya[unicode="ff0e"]:after {
|
2591
1991
|
display: inline;
|
2592
1992
|
}
|
2593
|
-
|
2594
|
-
h-char.
|
2595
|
-
h-char.
|
2596
|
-
|
2597
|
-
|
2598
|
-
h-char.
|
2599
|
-
h-char.
|
2600
|
-
h-char.
|
2601
|
-
h-char.biaodian[unicode="ff0c"]:lang(zh-TW) > h-inner,
|
2602
|
-
h-char.biaodian[unicode="ff0c"]:lang(zh-HK) > h-inner,
|
2603
|
-
h-char.biaodian[unicode="ff0e"]:lang(zh-Hant) > h-inner,
|
2604
|
-
h-char.biaodian[unicode="ff0e"]:lang(zh-TW) > h-inner,
|
2605
|
-
h-char.biaodian[unicode="ff0e"]:lang(zh-HK) > h-inner {
|
1993
|
+
h-char.bd-jiya.bd-cop:lang(zh-Hant):after,
|
1994
|
+
h-char.bd-jiya.bd-cop:lang(zh-TW):after,
|
1995
|
+
h-char.bd-jiya.bd-cop:lang(zh-HK):after {
|
1996
|
+
display: none;
|
1997
|
+
}
|
1998
|
+
h-char.bd-jiya.bd-cop:lang(zh-Hant) > h-inner,
|
1999
|
+
h-char.bd-jiya.bd-cop:lang(zh-TW) > h-inner,
|
2000
|
+
h-char.bd-jiya.bd-cop:lang(zh-HK) > h-inner {
|
2606
2001
|
letter-spacing: inherit;
|
2607
2002
|
}
|
2608
|
-
|
2609
|
-
h-char.
|
2610
|
-
h-
|
2611
|
-
h-char.biaodian[unicode="3001"]:lang(zh-HK) > h-cs,
|
2612
|
-
h-char.biaodian[unicode="3002"]:lang(zh-Hant) > h-cs,
|
2613
|
-
h-char.biaodian[unicode="3002"]:lang(zh-TW) > h-cs,
|
2614
|
-
h-char.biaodian[unicode="3002"]:lang(zh-HK) > h-cs,
|
2615
|
-
h-char.biaodian[unicode="ff0c"]:lang(zh-Hant) > h-cs,
|
2616
|
-
h-char.biaodian[unicode="ff0c"]:lang(zh-TW) > h-cs,
|
2617
|
-
h-char.biaodian[unicode="ff0c"]:lang(zh-HK) > h-cs,
|
2618
|
-
h-char.biaodian[unicode="ff0e"]:lang(zh-Hant) > h-cs,
|
2619
|
-
h-char.biaodian[unicode="ff0e"]:lang(zh-TW) > h-cs,
|
2620
|
-
h-char.biaodian[unicode="ff0e"]:lang(zh-HK) > h-cs {
|
2003
|
+
h-char.bd-consecutive.bd-end:not(.end-portion):after,
|
2004
|
+
h-char.bd-consecutive.bd-open[prev="bd-open"]:before,
|
2005
|
+
h-cs.jiya-outer.bd-end:not(.end-portion) {
|
2621
2006
|
display: none;
|
2622
2007
|
}
|
2623
|
-
|
2624
|
-
|
2625
|
-
|
2626
|
-
h-char
|
2627
|
-
h-char-
|
2628
|
-
h-
|
2629
|
-
h-hangable.portion .bd-end:last-child h-cs,
|
2630
|
-
h-hangable .bd-open + .bd-open h-cs,
|
2631
|
-
h-hangable .bd-end:not(:last-child) h-cs {
|
2008
|
+
h-cs.jiya-outer.bd-end[next="bd-open"] {
|
2009
|
+
display: inline;
|
2010
|
+
}
|
2011
|
+
h-char.bd-consecutive.bd-open[prev*="bd-cop"]:lang(zh-Hant):before,
|
2012
|
+
h-char.bd-consecutive.bd-open[prev*="bd-cop"]:lang(zh-TW):before,
|
2013
|
+
h-char.bd-consecutive.bd-open[prev*="bd-cop"]:lang(zh-HK):before {
|
2632
2014
|
display: none;
|
2633
2015
|
}
|
2634
|
-
|
2635
|
-
h-
|
2636
|
-
h-
|
2637
|
-
h-
|
2638
|
-
h-
|
2639
|
-
h-
|
2640
|
-
h-char-group [unicode="3002"]:lang(zh-HK) + .bd-open h-cs,
|
2641
|
-
h-char-group [unicode="ff0c"]:lang(zh-Hant) + .bd-open h-cs,
|
2642
|
-
h-char-group [unicode="ff0c"]:lang(zh-TW) + .bd-open h-cs,
|
2643
|
-
h-char-group [unicode="ff0c"]:lang(zh-HK) + .bd-open h-cs,
|
2644
|
-
h-char-group [unicode="ff0e"]:lang(zh-Hant) + .bd-open h-cs,
|
2645
|
-
h-char-group [unicode="ff0e"]:lang(zh-TW) + .bd-open h-cs,
|
2646
|
-
h-char-group [unicode="ff0e"]:lang(zh-HK) + .bd-open h-cs,
|
2647
|
-
h-hangable [unicode="3001"]:lang(zh-Hant) + .bd-open h-cs,
|
2648
|
-
h-hangable [unicode="3001"]:lang(zh-TW) + .bd-open h-cs,
|
2649
|
-
h-hangable [unicode="3001"]:lang(zh-HK) + .bd-open h-cs,
|
2650
|
-
h-hangable [unicode="3002"]:lang(zh-Hant) + .bd-open h-cs,
|
2651
|
-
h-hangable [unicode="3002"]:lang(zh-TW) + .bd-open h-cs,
|
2652
|
-
h-hangable [unicode="3002"]:lang(zh-HK) + .bd-open h-cs,
|
2653
|
-
h-hangable [unicode="ff0c"]:lang(zh-Hant) + .bd-open h-cs,
|
2654
|
-
h-hangable [unicode="ff0c"]:lang(zh-TW) + .bd-open h-cs,
|
2655
|
-
h-hangable [unicode="ff0c"]:lang(zh-HK) + .bd-open h-cs,
|
2656
|
-
h-hangable [unicode="ff0e"]:lang(zh-Hant) + .bd-open h-cs,
|
2657
|
-
h-hangable [unicode="ff0e"]:lang(zh-TW) + .bd-open h-cs,
|
2658
|
-
h-hangable [unicode="ff0e"]:lang(zh-HK) + .bd-open h-cs {
|
2016
|
+
h-cs.jiya-outer[prev*="bd-cop"]:lang(zh-Hant),
|
2017
|
+
h-cs.jiya-outer.bd-end:lang(zh-Hant),
|
2018
|
+
h-cs.jiya-outer[prev*="bd-cop"]:lang(zh-TW),
|
2019
|
+
h-cs.jiya-outer.bd-end:lang(zh-TW),
|
2020
|
+
h-cs.jiya-outer[prev*="bd-cop"]:lang(zh-HK),
|
2021
|
+
h-cs.jiya-outer.bd-end:lang(zh-HK) {
|
2659
2022
|
display: none;
|
2660
2023
|
}
|
2661
|
-
|
2662
|
-
h-char-
|
2663
|
-
h-char-group [unicode="30fb"]:not(:last-child) {
|
2024
|
+
h-char.bd-consecutive[unicode="b7"]:not(.end-portion),
|
2025
|
+
h-char.bd-consecutive[unicode="30fb"]:not(.end-portion) {
|
2664
2026
|
letter-spacing: -.5em;
|
2665
2027
|
}
|
2666
|
-
|
2667
|
-
h-char-group .bd-liga:not(:last-child) {
|
2028
|
+
h-char.bd-consecutive.bd-liga:not(.end-portion) {
|
2668
2029
|
margin-right: -.25em;
|
2669
2030
|
}
|
2670
|
-
|
2671
|
-
/**
|
2672
|
-
* The ‘Display-As’ feature for presentational characters
|
2673
|
-
*/
|
2674
2031
|
h-char[display-as] {
|
2675
2032
|
position: relative;
|
2676
2033
|
display: inline-block;
|