From 5d2873f09e5b6a1bacd6b2f6aadde3cca689e88e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 5 Jan 2025 10:31:40 +0200 Subject: [PATCH] firefox-forbidden-policies.js: use Inclusive Sans --- conf/firefox-forbidden-policies.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/firefox-forbidden-policies.js b/conf/firefox-forbidden-policies.js index 575a3496..dbb86207 100644 --- a/conf/firefox-forbidden-policies.js +++ b/conf/firefox-forbidden-policies.js @@ -41,7 +41,7 @@ lockPref( ); lockPref( "font.name-list.sans-serif.x-western", - "Comic Neue, Roboto, Noto Sans, sans-serif", + "Inclusive Sans, Comic Neue, Roboto, Noto Sans, sans-serif", ); lockPref( "font.name-list.serif.x-cyrillic", @@ -78,7 +78,7 @@ clearPref("font.name.serif.x-western"); // Allow these fonts regardless of the fingerprinting resistance lockPref( "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");