My eyesight deteriorated. You can notice it in the much more frequent mistypes. Is there a way to select other fonts, e.g. Times New Roman, as derault for my work?
I have Firefox 29. I installed the Stylish addon and it works just like in Chrome (even with the Erin Brockovich reference.) You can have site specific modifications.In Firefox (build 29) indicates that it is "all or nothing"
@-moz-document url-prefix("http://jpsoft.com/forums/") {
.messageText {
font-family: "Times New Roman";
font-size: 1.5em;
color: black;
}
.bbCodeBlock pre, .bbCodeBlock .code {
font-size: .68em; /* 10pt default =~ .68em (I prefer em sizing) */
}
}
@-moz-document url-prefix("http://jpsoft.com/forums/") {
.messageText {
font-family: "Times New Roman";
font-size: 1.5em;
color: black;
}
.bbCodeBlock pre, .bbCodeBlock .code {
font-size: .68em; /* 10pt default =~ .68em (I prefer em sizing) */
}
.navTabs .navTab.selected .tabLinks a {
color: black;
font-size: 1.5em;
}
}