Don't force Lucida Grande in various components on macOS

This commit is contained in:
Dan Stillman 2022-05-09 16:21:24 -04:00
parent 4f5b7bbccb
commit c82af749ac
3 changed files with 1 additions and 11 deletions

View file

@ -1,8 +1,3 @@
/* Force use of Lucida for Catalina */
html > body {
font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, -apple-system, sans-serif !important;
}
body {
line-height: 1.6em;
font-size: 15px;

View file

@ -1,8 +1,3 @@
/* Force use of Lucida for HTML input elements (e.g., Editable) */
input {
font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, -apple-system, sans-serif !important;
}
#zotero-items-toolbar[state=collapsed]
{
margin-left: -8px !important;

View file

@ -21,7 +21,7 @@ $space-thumb: 42px;
// Typography
// --------------------------------------------------
$font-family-sans-serif: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
$font-family-base: $font-family-sans-serif;
$font-size-base: 13px;