Set Monospace font
The Library of Code is a compilation of different bits of html, CSS and Javascript that I’ve used in my own web design. Rather than keeping the links from creators all over the internet stored locally I thought I’d share them instead! Keep these at hand by subscribing to the foubography rss feed or head to foubography’s instagram and save the posts.
Just paste this bit of code in Design > Custom CSS and adjust accordingly.
/* monospace */
pre code {
font-family: 'Courier New', monospace !important;
}