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

24 Jun
2019
24 Jun
'19
5:26 p.m.
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 {
2176
Age (days ago)
2176
Last active (days ago)
0 comments
1 participants
participants (1)
-
arlo@torproject.org