Skip to content

Instantly share code, notes, and snippets.

@c0untd0wn
Created October 30, 2013 14:30
Show Gist options
  • Save c0untd0wn/7233650 to your computer and use it in GitHub Desktop.
Save c0untd0wn/7233650 to your computer and use it in GitHub Desktop.
Use "Apple SD Gothic Neo" instead of ugly fonts such as "굴림", "돋움", etc.
@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