mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-03 00:04:03 +01:00
firefox-forbidden-policies.js: use Inclusive Sans
This commit is contained in:
parent
d3beee6862
commit
5d2873f09e
@ -41,7 +41,7 @@ lockPref(
|
|||||||
);
|
);
|
||||||
lockPref(
|
lockPref(
|
||||||
"font.name-list.sans-serif.x-western",
|
"font.name-list.sans-serif.x-western",
|
||||||
"Comic Neue, Roboto, Noto Sans, sans-serif",
|
"Inclusive Sans, Comic Neue, Roboto, Noto Sans, sans-serif",
|
||||||
);
|
);
|
||||||
lockPref(
|
lockPref(
|
||||||
"font.name-list.serif.x-cyrillic",
|
"font.name-list.serif.x-cyrillic",
|
||||||
@ -78,7 +78,7 @@ clearPref("font.name.serif.x-western");
|
|||||||
// Allow these fonts regardless of the fingerprinting resistance
|
// Allow these fonts regardless of the fingerprinting resistance
|
||||||
lockPref(
|
lockPref(
|
||||||
"font.system.whitelist",
|
"font.system.whitelist",
|
||||||
"Arimo, Comic Neue, Comic Neue Angular, Comic Neue Angular Light, Comic Neue Angular Light Italic, Comic Neue Light, Cousine, Liberation Mono, Liberation Sans, Liberation Serif, Noto Color Emoji, Noto Emoji, Noto Math, Noto Mono, Noto Sans, Noto Sans CJK JP, Noto Music, Roboto, Roboto Flex, Roboto Mono, Roboto Serif, Tinos, Twemoji Mozilla",
|
"Arimo, Comic Neue, Comic Neue Angular, Comic Neue Angular Light, Comic Neue Angular Light Italic, Comic Neue Light, Cousine, Inclusive Sans, Liberation Mono, Liberation Sans, Liberation Serif, Noto Color Emoji, Noto Emoji, Noto Math, Noto Mono, Noto Sans, Noto Sans CJK JP, Noto Music, Roboto, Roboto Flex, Roboto Mono, Roboto Serif, Tinos, Twemoji Mozilla",
|
||||||
);
|
);
|
||||||
//clearPref("font.system.whitelist");
|
//clearPref("font.system.whitelist");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user