From 76030d2c4a7e0dbc58e510ea4ec5ef5c151e7408 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 17 Jul 2017 20:04:53 -0400 Subject: [PATCH] Fix tag selector font on Windows --- chrome/content/zotero-platform/win/tagselector.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chrome/content/zotero-platform/win/tagselector.css b/chrome/content/zotero-platform/win/tagselector.css index e69de29bb2..765493caca 100644 --- a/chrome/content/zotero-platform/win/tagselector.css +++ b/chrome/content/zotero-platform/win/tagselector.css @@ -0,0 +1,4 @@ +button { + font-family: Segoe UI, sans-serif; + font-size: 1em; +} \ No newline at end of file