this post was submitted on 13 Jun 2023
21 points (100.0% liked)

Programming

13345 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS
 

Seriously, though, Comic Sans was originally designed to be legible at the smallest possible font size, and the lack of hard lines makes it easier to read!

you are viewing a single comment's thread
view the rest of the comments
[–] happy_piwakawaka@lemmy.nz 0 points 1 year ago (1 children)

Great to find another Comic Mono user! It's super easy to read. I've been using it in IDEs / Terminal for a while now.

I've even set up Stylus scripts to use it in GitHub and other sites as I find weird going back to the "normal" code fonts.

[–] Whar@beehaw.org 0 points 1 year ago (1 children)

That's interesting, how can I make GitHub use Fira Code of that's what I'm used to?

[–] happy_piwakawaka@lemmy.nz 2 points 1 year ago* (last edited 1 year ago) (1 children)

I use an extension called Stylus which allows you to inject css into sites. I have a general rule that overrides the font-family for pre / code elements. There's a great community around it for custom styles for various sites - offering dark modes, decluttered views, alternative themes etc.

[–] Whar@beehaw.org 1 points 1 year ago

Cool, thank you!