This is a cool list, but I found it almost unreadable until I slapped a few lines of CSS on the page:
body { font-family: sans-serif; line-height: 1.6; max-width: 65em; margin: auto; }
You’re almost correct on the font:
font-family: "Comic Sans MS", "Comic Sans", cursive;
:)
This is a cool list, but I found it almost unreadable until I slapped a few lines of CSS on the page:
You’re almost correct on the font:
:)