Hacker News new | ask | show | jobs
by rob74 14 days ago
> I'm Comic Sans, asshole! https://www.mcsweeneys.net/articles/im-comic-sans-asshole

That text would have sounded a whole lot more convincing if it had actually used Comic Sans...

EDIT: turns out it actually does, or it tries to. The paragraphs have "font-family:'Comic Sans', 'Comic Sans MS', 'Marker Felt';". But, as a Comic Sans hating Linux user, I of course don't have the first two installed, and no idea what this Marker Felt he is speaking of is! He could have used a Comic Sans lookalike webfont, or at least added a generic "sans-serif" fallback, but since he didn't, the browser falls back to a serif font.

1 comments

Obviously he was just passive-aggressively trolling GNU/Linux users, because he mistakenly thought that 2010 was finally The Year of the Linux Desktop. At least he got you to go "View Source".

If you use eww to browse the web like rms, you can put this in your .emacs file:

  (set-face-attribute 'default nil
                      :family "Comic Sans MS"
                      :height 420)