Created
October 27, 2013 04:29
-
-
Save yuuan/7177972 to your computer and use it in GitHub Desktop.
Stylishを使って痛いニュースのフォントをKGCG-AAにする
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
@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