diff --git a/userChrome.css b/userChrome.css new file mode 100644 index 0000000..fc6e605 --- /dev/null +++ b/userChrome.css @@ -0,0 +1,5 @@ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +* { + font-size: 7pt !important; + font-family: DejaVu Sans !important; +}