Hacker News: bigger font size
Increases the text size across the whole site so titles and comments are easier to read.
Code to copy
/* Increase the overall font size for easier reading */
body, td, .comhead, .subtext {
font-size: 12pt !important;
}
.title .titleline a {
font-size: 13pt !important;
}
.commtext {
font-size: 11.5pt !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.