Skip to content

Instantly share code, notes, and snippets.

@ryoi432
Last active August 29, 2015 14:24
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 ryoi432/dace183418fabd183994 to your computer and use it in GitHub Desktop.
Save ryoi432/dace183418fabd183994 to your computer and use it in GitHub Desktop.
Do not use ms fonts
@charset "UTF-8";
/* MS Pゴシック -> ヒラギノ角ゴ */
@font-face {
font-family: "MS PGothic";
src: local("Hiragino Kaku Gothic Pro W3");
font-weight: normal;
}
@font-face {
font-family: "MS PGothic";
src: local("Hiragino Kaku Gothic Pro W6");
font-weight: bold;
}
@font-face {
font-family: "MS Pゴシック";
src: local("Hiragino Kaku Gothic Pro W3");
font-weight: normal;
}
@font-face {
font-family: "MS Pゴシック";
src: local("Hiragino Kaku Gothic Pro W6");
font-weight: bold;
}
/* MS ゴシック -> ヒラギノ角ゴ */
@font-face {
font-family: "MS Gothic";
src: local("Hiragino Kaku Gothic Pro W3");
font-weight: normal;
}
@font-face {
font-family: "MS Gothic";
src: local("Hiragino Kaku Gothic Pro W6");
font-weight: bold;
}
@font-face {
font-family: "MS ゴシック";
src: local("Hiragino Kaku Gothic Pro W3");
font-weight: normal;
}
@font-face {
font-family: "MS ゴシック";
src: local("Hiragino Kaku Gothic Pro W6");
font-weight: bold;
}
/* メイリオ -> ヒラギノ角ゴ */
@font-face {
font-family: "Meiryo";
src: local("Hiragino Kaku Gothic Pro W3");
font-weight: normal;
}
@font-face {
font-family: "Meiryo";
src: local("Hiragino Kaku Gothic Pro W6");
font-weight: bold;
}
@font-face {
font-family: "メイリオ";
src: local("Hiragino Kaku Gothic Pro W3");
font-weight: normal;
}
@font-face {
font-family: "メイリオ";
src: local("Hiragino Kaku Gothic Pro W6");
font-weight: bold;
}
/* MS 明朝 -> ヒラギノ明朝 */
@font-face {
font-family: "MS Mincho";
src: local("Hiragino Mincho Pro W3");
font-weight: normal;
}
@font-face {
font-family: "MS Mincho";
src: local("Hiragino Mincho Pro W6");
font-weight: bold;
}
@font-face {
font-family: "MS 明朝";
src: local("Hiragino Mincho Pro W3");
font-weight: normal;
}
@font-face {
font-family: "MS 明朝";
src: local("Hiragino Mincho Pro W6");
font-weight: bold;
}
/* MS P明朝 -> ヒラギノ明朝 */
@font-face {
font-family: "MS PMincho";
src: local("Hiragino Mincho Pro W3");
font-weight: normal;
}
@font-face {
font-family: "MS PMincho";
src: local("Hiragino Mincho Pro W6");
font-weight: bold;
}
@font-face {
font-family: "MS P明朝";
src: local("Hiragino Mincho Pro W3");
font-weight: normal;
}
@font-face {
font-family: "MS P明朝";
src: local("Hiragino Mincho Pro W6");
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment