Created
October 30, 2013 14:30
-
-
Save c0untd0wn/7233650 to your computer and use it in GitHub Desktop.
Use "Apple SD Gothic Neo" instead of ugly fonts such as "굴림", "돋움", etc.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: AppleGothic; | |
src: local("Apple SD Gothic Neo"); | |
} | |
@font-face { | |
font-family: Times; | |
src: local("Apple SD Gothic Neo"); | |
} | |
@font-face { | |
font-family: "굴림"; | |
src: local("Apple SD Gothic Neo"); | |
} | |
@font-face { | |
font-family: "굴림체"; | |
src: local("Apple SD Gothic Neo"); | |
} | |
@font-face { | |
font-family: Gulim; | |
src: local("Apple SD Gothic Neo"); | |
} | |
@font-face { | |
font-family: GulimChe; | |
src: local("Apple SD Gothic Neo"); | |
} | |
@font-face { | |
font-family: "돋움"; | |
src: local("Apple SD Gothic Neo"); | |
} | |
@font-face { | |
font-family: "돋움체"; | |
src: local("Apple SD Gothic Neo"); | |
} | |
@font-face { | |
font-family: Dotum; | |
src: local("Apple SD Gothic Neo"); | |
} | |
@font-face { | |
font-family: DotumChe; | |
src: local("Apple SD Gothic Neo"); | |
} | |
@font-face { | |
font-family: "맑은고딕"; | |
src: local("Apple SD Gothic Neo"); | |
} | |
@font-face { | |
font-family: "맑은 고딕"; | |
src: local("Apple SD Gothic Neo"); | |
} | |
@font-face { | |
font-family: "MalgunGothic"; | |
src: local("Apple SD Gothic Neo"); | |
} | |
@font-face { | |
font-family: "Malgun Gothic"; | |
src: local("Apple SD Gothic Neo"); | |
} | |
@font-face { | |
font-family: "나눔고딕"; | |
src: local("Apple SD Gothic Neo"); | |
} | |
@font-face { | |
font-family: "나눔 고딕"; | |
src: local("Apple SD Gothic Neo"); | |
} | |
@font-face { | |
font-family: "NanumGothic"; | |
src: local("Apple SD Gothic Neo"); | |
} | |
@font-face { | |
font-family: "Nanum Gothic"; | |
src: local("Apple SD Gothic Neo"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment