Don't force Lucida Grande in various components on macOS
This commit is contained in:
parent
4f5b7bbccb
commit
c82af749ac
3 changed files with 1 additions and 11 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue