mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
firefox: specify Liberation Fonts
This commit is contained in:
parent
cf5a37e1ba
commit
8c7d5bd034
@ -35,6 +35,18 @@ clearPref("font.name-list.sans-serif.x-cyrillic");
|
|||||||
clearPref("font.name-list.sans-serif.x-western");
|
clearPref("font.name-list.sans-serif.x-western");
|
||||||
clearPref("font.name-list.serif.x-cyrillic");
|
clearPref("font.name-list.serif.x-cyrillic");
|
||||||
clearPref("font.name-list.serif.x-western");
|
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.
|
// Play animated images only once, accessibility.
|
||||||
lockPref("image.animation.mode", "once");
|
lockPref("image.animation.mode", "once");
|
||||||
|
@ -470,6 +470,60 @@
|
|||||||
"Type": "string",
|
"Type": "string",
|
||||||
"Value": "Noto Serif, serif"
|
"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": {
|
"general.config.obscure_value": {
|
||||||
"Comment": "Required for autoconfig.",
|
"Comment": "Required for autoconfig.",
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
|
Loading…
Reference in New Issue
Block a user