Use system font stack in the webextension

This commit is contained in:
Arlo Breault 2019-06-24 13:25:51 -04:00
parent 77aac03b7e
commit a70f5b9181

View file

@ -1,5 +1,6 @@
body {
margin: 1em;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
#active {