12 lines
151 B
Text
12 lines
151 B
Text
|
/*
|
||
|
* ~/.mozilla/firefox/<profile>/chrome/userChrome.css
|
||
|
*/
|
||
|
|
||
|
:root, body {
|
||
|
font-family: Letter;
|
||
|
}
|
||
|
|
||
|
.tabbrowser-tab {
|
||
|
/* font-size: 13px; */
|
||
|
}
|