correct fonts, neovim mappings
This commit is contained in:
parent
459637ded9
commit
02a97d7208
5 changed files with 13 additions and 7 deletions
|
|
@ -10,3 +10,10 @@ user_pref("zen.view.compact.hide-toolbar", true);
|
|||
user_pref("zen.view.compact.toolbar-hide-after-hover.duration", 0);
|
||||
user_pref("zen.view.experimental-no-window-controls", true);
|
||||
user_pref("zen.workspaces.continue-where-left-off", true);
|
||||
|
||||
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.default.x-western", "sans-serif");
|
||||
|
|
|
|||
|
|
@ -48,3 +48,4 @@ zen-workspace[active] tab:not([zen-glance-tab="true"]) {
|
|||
#zen-media-controls-toolbar {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue