ci: format
This commit is contained in:
parent
4968e854e6
commit
5ad9238a46
7 changed files with 2272 additions and 5 deletions
|
|
@ -15,7 +15,10 @@ user_pref("font.name.serif.x-western", "Times New Roman");
|
|||
user_pref("font.name.sans-serif.x-western", "SF Pro Display");
|
||||
user_pref("font.name.monospace.x-western", "Berkeley Mono");
|
||||
user_pref("font.name.serif.x-math", "STIX Two Math");
|
||||
user_pref("font.name-list.serif.x-math", "STIX Two Math, Latin Modern Math, Times New Roman");
|
||||
user_pref(
|
||||
"font.name-list.serif.x-math",
|
||||
"STIX Two Math, Latin Modern Math, Times New Roman",
|
||||
);
|
||||
user_pref("font.default.x-western", "sans-serif");
|
||||
|
||||
user_pref("browser.tabs.insertAfterCurrent", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue