Last active
December 12, 2023 13:45
-
-
Save s0racat/5de4622587f862b34348006eb740db67 to your computer and use it in GitHub Desktop.
フォント指定を無視するfirefoxのuser.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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