Hacker News new | ask | show | jobs
by tellor 4066 days ago
Its nice!

For some sites that render code I use stylish add-on in browser:

Here snippet for nice "code fonts courier-hinting" in stylish add-on:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("forums.gentoo.org") { .code { font-family: 'DejaVu Sans Mono' }

}