|
17 | 17 | font-family:
|
18 | 18 | Georgia, "Times New Roman", Times, /* English on all platforms */
|
19 | 19 | "Apple SD Gothic Neo", /* Korean on OS X 10.8 Mountain Lion and above */
|
20 |
| - "Nanum Myeongjo", /* Korean on OS X 10.7 Lion */ |
| 20 | + "Nanum Myeongjo", /* Korean on OS X 10.7 Lion (On Windows too, if installed) */ |
21 | 21 | AppleGothic, /* Korean on OS X 10.6 Snow Leopard and below */
|
22 | 22 | "Malgun Gothic", /* Korean on Windows Vista and above */
|
23 | 23 | Dotum, /* Korean on Windows XP and below */
|
|
27 | 27 | code {
|
28 | 28 | font-family:
|
29 | 29 | Menlo, /* English on all platforms */
|
30 |
| - NanumGothicCoding, /* Korean on all platforms (might not exist!) */ |
| 30 | + NanumGothicCoding, /* Korean on all platforms (if installed) */ |
31 | 31 | monospace !important; /* Final fallback */
|
32 | 32 | }
|
33 | 33 |
|
34 | 34 | h1, h2 {
|
35 | 35 | font-family:
|
36 | 36 | "Chelsea Market", /* English: Google WebFont */
|
37 | 37 | Georgia, /* English on all platforms */
|
38 |
| - "Apple SD Gothic Neo", /* Korean on OS X 10.8 Mountain Lion and above */ |
39 |
| - "Nanum Myeongjo", /* Korean on OS X 10.7 Lion */ |
40 |
| - AppleGothic, /* Korean on OS X 10.6 Snow Leopard and below */ |
41 |
| - "Malgun Gothic", /* Korean on Windows Vista and above */ |
| 38 | + "Nanum Pen Script", /* Korean on OS X 10.7 Lion and above (On Windows too, if installed) */ |
| 39 | + PilGi, /* Korean on OS X 10.6 Snow Leopard and below */ |
42 | 40 | Dotum, /* Korean on Windows XP and below */
|
43 | 41 | sans-serif !important; /* Final fallback */
|
44 | 42 | }
|
|
0 commit comments