reduce font size for thunderbird+firefox

This commit is contained in:
Frieder Schlesier 2019-01-25 21:52:42 +01:00
parent 430d5bde28
commit 3b34e27d89
1 changed files with 5 additions and 0 deletions

5
userChrome.css Normal file
View File

@ -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;
}