From df69f99d19a1661a9ce51c8c3b14e77ff9d3513f Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 21 Oct 2019 22:59:41 -0400 Subject: [PATCH] Force Lucida Grande in Quick Format dialog Follow-up to 86d924df9eb See zotero/zotero-standalone-build@ed5d5efcc for details. --- chrome/content/zotero-platform/mac/integration.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/chrome/content/zotero-platform/mac/integration.css b/chrome/content/zotero-platform/mac/integration.css index b1d6e113e1..d198b0a17e 100644 --- a/chrome/content/zotero-platform/mac/integration.css +++ b/chrome/content/zotero-platform/mac/integration.css @@ -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 {