firefox: explicitly specify serif as default font

This commit is contained in:
Aminda Suomalainen 2024-05-25 11:53:01 +03:00
parent 8c7d5bd034
commit f9afde0d58
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 21 additions and 0 deletions

View File

@ -20,6 +20,9 @@ lockPref("cookiebanners.service.mode.privateBrowsing", 2);
// I can set my preferred fonts in an order! :O
// but obviously this is forbidden in policies.json!
lockPref("font.default.el", "serif");
lockPref("font.default.x-cyrillic", "serif");
lockPref("font.default.x-western", "serif");
// lockPref(
// "font.name-list.monospace.x-cyrillic",
// "Noto Shanns Mono, monospace",

View File

@ -434,6 +434,24 @@
"Type": "string",
"Value": ""
},
"font.default.el": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "default",
"Type": "string",
"Value": "serif"
},
"font.default.x-cyrillic": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "default",
"Type": "string",
"Value": "serif"
},
"font.default.x-western": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "default",
"Type": "string",
"Value": "serif"
},
"font.name-list.monospace.x-cyrillic": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "clear",