[tor-commits] [snowflake/master] Use system font stack in the webextension

arlo at torproject.org arlo at torproject.org
Mon Jun 24 17:26:59 UTC 2019


commit a70f5b9181c4805ef10e13495c94d7e145435a81
Author: Arlo Breault <arlolra at gmail.com>
Date:   Mon Jun 24 13:25:51 2019 -0400

    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 dca805c..df526d9 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 {



More information about the tor-commits mailing list