From a70f5b9181c4805ef10e13495c94d7e145435a81 Mon Sep 17 00:00:00 2001 From: Arlo Breault <arlolra@gmail.com> Date: Mon, 24 Jun 2019 13:25:51 -0400 Subject: [PATCH] Use system font stack in the webextension --- proxy/webext/popup.css | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy/webext/popup.css b/proxy/webext/popup.css index dca805cd..df526d93 100644 --- a/proxy/webext/popup.css +++ b/proxy/webext/popup.css @@ -1,5 +1,6 @@ body { margin: 1em; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; } #active { -- GitLab