firefox: specify Liberation Fonts

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

View File

@ -35,6 +35,18 @@ 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");
//
lockPref("font.name.monospace.el", "Liberation Mono");
lockPref("font.name.monospace.x-cyrillic", "Liberation Mono");
lockPref("font.name.monospace.x-western", "Liberation Mono");
//
lockPref("font.name.sans-serif.el", "Liberation Sans");
lockPref("font.name.sans-serif.x-cyrillic", "Liberation Sans");
lockPref("font.name.sans-serif.x-western", "Liberation Sans");
//
lockPref("font.name.serif.el", "Liberation Serif");
lockPref("font.name.serif.x-cyrillic", "Liberation Serif");
lockPref("font.name.serif.x-western", "Liberation Serif");
// Play animated images only once, accessibility.
lockPref("image.animation.mode", "once");

View File

@ -470,6 +470,60 @@
"Type": "string",
"Value": "Noto Serif, serif"
},
"font.name.monospace.el": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "default",
"Type": "string",
"Value": "Liberation Mono"
},
"font.name.monospace.x-cyrillic": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "default",
"Type": "string",
"Value": "Liberation Mono"
},
"font.name.monospace.x-western": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "default",
"Type": "string",
"Value": "Liberation Mono"
},
"font.name.sans-serif.el": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "default",
"Type": "string",
"Value": "Liberation Sans"
},
"font.name.sans-serif.x-cyrillic": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "default",
"Type": "string",
"Value": "Liberation Sans"
},
"font.name.sans-serif.x-western": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "default",
"Type": "string",
"Value": "Liberation Sans"
},
"font.name.serif.el": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "default",
"Type": "string",
"Value": "Liberation Serif"
},
"font.name.serif.x-cyrillic": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "default",
"Type": "string",
"Value": "Liberation Serif"
},
"font.name.serif.x-western": {
"Comment": "Preference not allowed for stability reasons.",
"Status": "default",
"Type": "string",
"Value": "Liberation Serif"
},
"general.config.obscure_value": {
"Comment": "Required for autoconfig.",
"Status": "locked",