This commit is contained in:
Tibo De Peuter 2022-06-01 19:18:54 +02:00
parent a5b49e41ab
commit 15401603e0
3 changed files with 28 additions and 39 deletions

11
config/firefox Normal file
View file

@ -0,0 +1,11 @@
/*
* ~/.mozilla/firefox/<profile>/chrome/userChrome.css
*/
:root, body {
font-family: Letter;
}
.tabbrowser-tab {
/* font-size: 13px; */
}