Force Lucida Grande in Quick Format dialog
Follow-up to 86d924df9e
See zotero/zotero-standalone-build@ed5d5efcc for details.
This commit is contained in:
parent
b94be726bd
commit
df69f99d19
1 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,6 @@
|
|||
/* Force use of Lucida on non-Retina displays for Catalina */
|
||||
@media (max-resolution: 1.0dppx) {
|
||||
html > body {
|
||||
font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, -apple-system, sans-serif !important;
|
||||
}
|
||||
/* Force use of Lucida for Catalina */
|
||||
html > body {
|
||||
font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, -apple-system, sans-serif !important;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Add table
Reference in a new issue