Skip to content

Instantly share code, notes, and snippets.

@amaya382
Created November 21, 2019 04:06
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 amaya382/7f67b517b5f79107fa6b489fb9446dc4 to your computer and use it in GitHub Desktop.
Save amaya382/7f67b517b5f79107fa6b489fb9446dc4 to your computer and use it in GitHub Desktop.
Eliminate windows fonts
@font-face {
font-family: "MS Pゴシック";
src: local("剣暎ゴシックP");
}
@font-face {
font-family: "MS ゴシック";
src: local("剣暎ゴシックP");
}
@font-face {
font-family: "メイリオ";
src: local("剣暎ゴシックP");
}
@font-face {
font-family: "Meiryo";
src: local("剣暎ゴシックP");
}
@font-face {
font-family: "Arial";
src: local("剣暎ゴシックP");
}
@font-face {
font-family: "arial";
src: local("剣暎ゴシックP");
}
@font-face {
font-family: "Helvetica";
src: local("剣暎ゴシックP");
}
@font-face {
font-family: "sans-serif";
src: local("剣暎ゴシックP");
}
@font-face {
font-family: "MS PGothic";
src: local("剣暎ゴシックP");
}
@font-face {
font-family: "sans-serif";
src: local("剣暎ゴシックP");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment