Skip to content

Commit a683e7b

Browse files
author
Ardie H. Hwang
committed
Font change on Headings.
1 parent 94e5277 commit a683e7b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

index.ko.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
font-family:
1818
Georgia, "Times New Roman", Times, /* English on all platforms */
1919
"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) */
2121
AppleGothic, /* Korean on OS X 10.6 Snow Leopard and below */
2222
"Malgun Gothic", /* Korean on Windows Vista and above */
2323
Dotum, /* Korean on Windows XP and below */
@@ -27,18 +27,16 @@
2727
code {
2828
font-family:
2929
Menlo, /* English on all platforms */
30-
NanumGothicCoding, /* Korean on all platforms (might not exist!) */
30+
NanumGothicCoding, /* Korean on all platforms (if installed) */
3131
monospace !important; /* Final fallback */
3232
}
3333

3434
h1, h2 {
3535
font-family:
3636
"Chelsea Market", /* English: Google WebFont */
3737
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 */
4240
Dotum, /* Korean on Windows XP and below */
4341
sans-serif !important; /* Final fallback */
4442
}

0 commit comments

Comments
 (0)