Increase default note font size to 12
This commit is contained in:
parent
dc04a1231c
commit
d7809d6c1f
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ pref("extensions.zotero.search.useLeftBound", true);
|
|||
|
||||
// Notes
|
||||
pref("extensions.zotero.note.fontFamily", "Lucida Grande, Tahoma, Verdana, Helvetica, sans-serif");
|
||||
pref("extensions.zotero.note.fontSize", "11");
|
||||
pref("extensions.zotero.note.fontSize", "12");
|
||||
pref("extensions.zotero.note.css", "");
|
||||
|
||||
// Reports
|
||||
|
|
Loading…
Reference in a new issue