Skip to content

Instantly share code, notes, and snippets.

@s0racat
Last active December 12, 2023 13:45
Show Gist options
  • Save s0racat/5de4622587f862b34348006eb740db67 to your computer and use it in GitHub Desktop.
Save s0racat/5de4622587f862b34348006eb740db67 to your computer and use it in GitHub Desktop.
フォント指定を無視するfirefoxのuser.js
user_pref("dom.security.https_only_mode", true);
user_pref("browser.display.use_document_fonts", 0);
user_pref("font.minimum-size.ja", 20);
user_pref("font.name-list.sans-serif.ja", "BIZ UDGothic, Meiryo, Yu Gothic, MS PGothic, MS Gothic, Yu Mincho, MS PMincho, MS Mincho");
user_pref("font.name-list.monospace.ja", "Consolas, BIZ UDGothic, MS Gothic, MS Mincho, Meiryo, Yu Gothic, Yu Mincho, MS PGothic, MS PMincho");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment