Skip to content

Instantly share code, notes, and snippets.

@Qofar
Created October 17, 2014 03:48
Show Gist options
  • Save Qofar/d2cd352134177bac8afc to your computer and use it in GitHub Desktop.
Save Qofar/d2cd352134177bac8afc to your computer and use it in GitHub Desktop.
@font-face {
font-family: "MS Pゴシック";
src: local("MeiryoKe_PGothic"), local("MS Pゴシック");
}
@font-face {
font-family: "MS PGothic";
src: local("MeiryoKe_PGothic"), local("MS Pゴシック");
}
@font-face {
font-family: "MS ゴシック";
src: local("MeiryoKe_Gothic"), local("MS ゴシック");
}
@font-face {
font-family: "MS UI Gothic";
src: local("MeiryoKe_UIGothic"), local("MS UI Gothic");
}
@font-face {
font-family: "MS Pゴシック"; font-weight: bold;
src: local("MeiryoKe_PGothic_Bold"), local("MS Pゴシック; font-weight: bold");
}
@font-face {
font-family: "MS PGothic"; font-weight: bold;
src: local("MeiryoKe_PGothic_Bold"), local("MS Pゴシック; font-weight: bold");
}
@font-face {
font-family: "MS ゴシック"; font-weight: bold;
src: local("MeiryoKe_Gothic_Bold"), local("MS ゴシック; font-weight: bold");
}
@font-face {
font-family: "MS Gothic"; font-weight: bold;
src: local("MeiryoKe_Gothic_Bold"), local("MS ゴシック; font-weight: bold");
}
@font-face {
font-family: "MS UI Gothic"; font-weight: bold;
src: local("MeiryoKe_UIGothic_Bold"), local("MS UI Gothic; font-weight: bold");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment