Skip to content

Instantly share code, notes, and snippets.

@h1romas4
Last active July 23, 2017 05:39
Show Gist options
  • Save h1romas4/8ad56e8e7a433eff8b8148c9500aa90a to your computer and use it in GitHub Desktop.
Save h1romas4/8ad56e8e7a433eff8b8148c9500aa90a to your computer and use it in GitHub Desktop.
Firefox フォント置換 userContent.css
@charset "utf-8";
@font-face {
font-family: Arial;
src: local("ヒラギノ角ゴ ProN");
}
@font-face {
font-family: Osaka;
src: local("ヒラギノ角ゴ ProN");
}
@font-face {
font-family: "メイリオ";
src: local("ヒラギノ角ゴ ProN");
}
@font-face {
font-family: Meiryo;
src: local("ヒラギノ角ゴ ProN");
}
@font-face {
font-family: "MS Pゴシック";
src: local("ヒラギノ角ゴ ProN");
}
@font-face {
font-family: "MS PGothic";
src: local("ヒラギノ角ゴ ProN");
}
@font-face {
font-family: sans-serif;
src: local("ヒラギノ角ゴ ProN");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment