Last active
October 9, 2015 10:37
-
-
Save arkjun/3490081 to your computer and use it in GitHub Desktop.
Safari, Google Chrome Font Style Sheet for Mac
This file contains hidden or 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
//# Link (출처) : http://macnews.tistory.com/162 | |
//# Safari/Google Chrome Korean Font Style Sheet for OS X Mountain Lion | |
//# | |
//# Google Chrome : ~/Library/Application Support/Google/Chrome/Default/User StyleSheets/Custom.css | |
@font-face { | |
font-family: AppleGothic; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: "돋움"; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: "돋움체"; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: dotum; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: DotumChe; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: "굴림"; | |
src: local("Apple SD Gothic Neo") | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: "굴림체"; | |
src: local("Apple SD Gothic Neo") | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: Gulim; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: GulimChe; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: "바탕"; | |
src: local("Apple SD Gothic Neo") | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: "바탕체"; | |
src: local("Apple SD Gothic Neo") | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: Batang; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: BatangChe; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: "궁서"; | |
src: local("Apple SD Gothic Neo") | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: "궁서체"; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: Gungsuh; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: MalgunGothic; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: "Malgun Gothic"; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
@font-face { | |
font-family: "맑은 고딕"; | |
src: local("Apple SD Gothic Neo"), | |
local("Nanum Gothic"); | |
} | |
body { font-family: "Apple SD Gothic Neo" ; } | |
// 이하 네이버용 카페, 블로그에 한정적으로 적용 | |
#main-area.m-tcol-c { font-family: "Apple SD Gothic Neo" !important; } | |
p.comm.m-tcol-c { font-size: 12px !important; font-family:"Apple SD Gothic Neo" !important;} | |
.m-tcol-c { font-family:"Apple SD Gothic Neo" !important;} | |
.p_con { font-family: "Apple SD Gothic Neo"!important;} | |
.pcol1 { | |
font-family: "Apple SD Gothic Neo" !important; | |
} | |
.pcol2 { | |
font-family: "Apple SD Gothic Neo" !important; | |
} | |
.pcol3 { | |
font-family: "Apple SD Gothic Neo" !important; | |
} | |
.pcol4 { | |
font-family: "Apple SD Gothic Neo" !important; | |
} | |
.itemfont { | |
font-family: "Apple SD Gothic Neo" !important; | |
} | |
.itemfont { | |
font-family: "Apple SD Gothic Neo" !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment