Skip to content

Instantly share code, notes, and snippets.

@brunomiguel
brunomiguel / readable-hacker-news.css
Created January 9, 2025 15:33
Readable Hacker News
* {
-webkit-font-smoothing: subpixel-antialiased !important;
text-rendering: optimizelegibility !important;
-moz-osx-font-smoothing: grayscale !important;
font-smooth: always !important;
font-family: rubik !important;
}
body,
td,