Force Lucida Grande in Quick Format dialog

Follow-up to 86d924df9e

See zotero/zotero-standalone-build@ed5d5efcc for details.
This commit is contained in:
Dan Stillman 2019-10-21 22:59:41 -04:00
parent b94be726bd
commit df69f99d19

View file

@ -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 {