mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-01-20 18:07:53 +01:00
firefox: use Lora as Serif font
This commit is contained in:
parent
eb03cc194c
commit
873d5584b4
@ -42,11 +42,11 @@ lockPref(
|
|||||||
);
|
);
|
||||||
lockPref(
|
lockPref(
|
||||||
"font.name-list.serif.x-cyrillic",
|
"font.name-list.serif.x-cyrillic",
|
||||||
"Source Serif 4 Variable, Liberation Serif, Roboto Serif, Noto Serif, serif",
|
"Lora, Source Serif 4 Variable, Liberation Serif, Roboto Serif, Noto Serif, serif",
|
||||||
);
|
);
|
||||||
lockPref(
|
lockPref(
|
||||||
"font.name-list.serif.x-western",
|
"font.name-list.serif.x-western",
|
||||||
"Source Serif 4 Variable, Liberation Serif, Roboto Serif, Noto Serif, serif",
|
"Lora, Source Serif 4 Variable, 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