Threads: softer post font
Switches post text to a soft serif typeface that is gentler for longer reading sessions.
Code to copy
/* Use a softer system serif for post text to ease long reading */
[data-pressable-container] span[dir="auto"] {
font-family: Georgia, 'Times New Roman', serif !important;
letter-spacing: 0.1px !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.