mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-11-15 17:17:22 +01:00
firefox-forbidden-policies.js: allow fallback to older Atkinson Hyperlegible
This commit is contained in:
parent
368eb317c7
commit
12f2e9bc51
@ -33,19 +33,19 @@ lockPref(
|
|||||||
// TODO: Is the above correct when -FontVisibilityRestrictGenerics ?
|
// TODO: Is the above correct when -FontVisibilityRestrictGenerics ?
|
||||||
lockPref(
|
lockPref(
|
||||||
"font.name-list.sans-serif.x-cyrillic",
|
"font.name-list.sans-serif.x-cyrillic",
|
||||||
"Atkinson Hyperlegible Next, OpenDyslexic, Inclusive Sans, Roboto, Liberation Sans, Noto Sans, sans-serif",
|
"Atkinson Hyperlegible Next, Atkinson Hyperlegible, OpenDyslexic, Inclusive Sans, Roboto, Liberation Sans, Noto Sans, sans-serif",
|
||||||
);
|
);
|
||||||
lockPref(
|
lockPref(
|
||||||
"font.name-list.sans-serif.x-western",
|
"font.name-list.sans-serif.x-western",
|
||||||
"Atkinson Hyperlegible Next, OpenDyslexic, Inclusive Sans, Liberation Sans, Comic Neue, Roboto, Noto Sans, sans-serif",
|
"Atkinson Hyperlegible Next, Atkinson Hyperlegible, OpenDyslexic, Inclusive Sans, Liberation Sans, Comic Neue, Roboto, Noto Sans, sans-serif",
|
||||||
);
|
);
|
||||||
// lockPref(
|
// lockPref(
|
||||||
// "font.name-list.serif.x-cyrillic",
|
// "font.name-list.serif.x-cyrillic",
|
||||||
// "Atkinson Hyperlegible Next, OpenDyslexic, Inclusive Sans, Liberation Serif, Roboto Serif, Noto Serif, serif",
|
// "Atkinson Hyperlegible Next, Atkinson Hyperlegible, OpenDyslexic, Inclusive Sans, Liberation Serif, Roboto Serif, Noto Serif, serif",
|
||||||
// );
|
// );
|
||||||
// lockPref(
|
// lockPref(
|
||||||
// "font.name-list.serif.x-western",
|
// "font.name-list.serif.x-western",
|
||||||
// "Atkinson Hyperlegible Next, OpenDyslexic, Inclusive Sans, Liberation Serif, Roboto Serif, Noto Serif, serif",
|
// "Atkinson Hyperlegible Next, Atkinson Hyperlegible, OpenDyslexic, Inclusive Sans, Liberation Serif, Roboto Serif, Noto Serif, serif",
|
||||||
// );
|
// );
|
||||||
|
|
||||||
// Uncomment when giving up on messing up with fonts
|
// Uncomment when giving up on messing up with fonts
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user