commit a70f5b9181c4805ef10e13495c94d7e145435a81 Author: Arlo Breault arlolra@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 {
tor-commits@lists.torproject.org