Created
September 4, 2014 13:55
-
-
Save c0untd0wn/8e0409e768ab39197c15 to your computer and use it in GitHub Desktop.
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; | |
font-weight: normal; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: AppleGothic; | |
font-weight: bold; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: "돋움"; | |
font-weight: normal; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: "돋움"; | |
font-weight: bold; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: Dotum; | |
font-weight: normal; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: Dotum; | |
font-weight: bold; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: DotumChe; | |
font-weight: normal; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: DotumChe; | |
font-weight: bold; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: "굴림"; | |
font-weight: normal; | |
src: local("Apple SD Gothic Neo") | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: "굴림"; | |
font-weight: bold; | |
src: local("Apple SD Gothic Neo") | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: Gulim; | |
font-weight: normal; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: Gulim; | |
font-weight: bold; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: GulimChe; | |
font-weight: normal; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: GulimChe; | |
font-weight: bold; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: "나눔고딕"; | |
font-weight: normal; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: "나눔고딕"; | |
font-weight: bold; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: "맑은고딕"; | |
font-weight: normal; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: "맑은고딕"; | |
font-weight: bold; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment