Skip to content

Instantly share code, notes, and snippets.

@yuuan
Created October 27, 2013 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuuan/7177972 to your computer and use it in GitHub Desktop.
Save yuuan/7177972 to your computer and use it in GitHub Desktop.
Stylishを使って痛いニュースのフォントをKGCG-AAにする
@namespace url(http://www.w3.org/1999/xhtml);
/* blog.livedoor.jp/dqnplus */
@-moz-document url-prefix("http://blog.livedoor.jp/dqnplus/") {
@font-face {
font-family: "MS Pゴシック";
font-weight: normal;
src: local("KGCG-AA");
}
@font-face {
font-family: "MS Pゴシック";
font-weight: bold;
src: local("KGCG-AA Bold");
}
}
/* End blog.livedoor.jp/dqnplus */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment