Skip to content

Commit 17bf3d6

Browse files
author
Ardie H. Hwang
committed
Revert "Font change on Headings."
This reverts commit a683e7b.
1 parent a683e7b commit 17bf3d6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

index.ko.html

Lines changed: 6 additions & 4 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 (On Windows too, if installed) */
20+
"Nanum Myeongjo", /* Korean on OS X 10.7 Lion */
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,16 +27,18 @@
2727
code {
2828
font-family:
2929
Menlo, /* English on all platforms */
30-
NanumGothicCoding, /* Korean on all platforms (if installed) */
30+
NanumGothicCoding, /* Korean on all platforms (might not exist!) */
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-
"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 */
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 */
4042
Dotum, /* Korean on Windows XP and below */
4143
sans-serif !important; /* Final fallback */
4244
}

0 commit comments

Comments
 (0)