mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
firefox: clear prior font mess
This commit is contained in:
parent
48fa3b4eb2
commit
cf5a37e1ba
@ -20,15 +20,21 @@ 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.name-list.monospace.x-cyrillic",
|
||||
"Noto Shanns Mono, monospace",
|
||||
);
|
||||
lockPref("font.name-list.monospace.x-western", "Noto Shanns Mono, monospace");
|
||||
lockPref("font.name-list.sans-serif.x-cyrillic", "Noto Sans, sans-serif");
|
||||
lockPref("font.name-list.sans-serif.x-western", "Noto Sans, sans-serif");
|
||||
lockPref("font.name-list.serif.x-cyrillic", "Noto Serif, serif");
|
||||
lockPref("font.name-list.serif.x-western", "Noto Serif, serif");
|
||||
// lockPref(
|
||||
// "font.name-list.monospace.x-cyrillic",
|
||||
// "Noto Shanns Mono, monospace",
|
||||
// );
|
||||
// lockPref("font.name-list.monospace.x-western", "Noto Shanns Mono, monospace");
|
||||
// lockPref("font.name-list.sans-serif.x-cyrillic", "Noto Sans, sans-serif");
|
||||
// lockPref("font.name-list.sans-serif.x-western", "Noto Sans, sans-serif");
|
||||
// lockPref("font.name-list.serif.x-cyrillic", "Noto Serif, serif");
|
||||
// lockPref("font.name-list.serif.x-western", "Noto Serif, serif");
|
||||
clearPref("font.name-list.monospace.x-cyrillic");
|
||||
clearPref("font.name-list.monospace.x-western");
|
||||
clearPref("font.name-list.sans-serif.x-cyrillic");
|
||||
clearPref("font.name-list.sans-serif.x-western");
|
||||
clearPref("font.name-list.serif.x-cyrillic");
|
||||
clearPref("font.name-list.serif.x-western");
|
||||
|
||||
// Play animated images only once, accessibility.
|
||||
lockPref("image.animation.mode", "once");
|
||||
|
@ -436,37 +436,37 @@
|
||||
},
|
||||
"font.name-list.monospace.x-cyrillic": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Status": "clear",
|
||||
"Type": "string",
|
||||
"Value": "Noto Shanns Mono, monospace"
|
||||
},
|
||||
"font.name-list.monospace.x-western": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Status": "clear",
|
||||
"Type": "string",
|
||||
"Value": "Noto Shanns Mono, monospace"
|
||||
},
|
||||
"font.name-list.sans-serif.x-cyrillic": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Status": "clear",
|
||||
"Type": "string",
|
||||
"Value": "Noto Sans, sans-serif"
|
||||
},
|
||||
"font.name-list.sans-serif.x-western": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Status": "clear",
|
||||
"Type": "string",
|
||||
"Value": "Noto Sans, sans-serif"
|
||||
},
|
||||
"font.name-list.serif.x-cyrillic": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Status": "clear",
|
||||
"Type": "string",
|
||||
"Value": "Noto Serif, serif"
|
||||
},
|
||||
"font.name-list.serif.x-western": {
|
||||
"Comment": "Preference not allowed for stability reasons.",
|
||||
"Status": "default",
|
||||
"Status": "clear",
|
||||
"Type": "string",
|
||||
"Value": "Noto Serif, serif"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user