Skip to content

Instantly share code, notes, and snippets.

@al-arz
al-arz / dodbook-style
Last active June 23, 2023 09:41
Custom CSS for Data-Oriented Design book online version
/* Random CSS to make HTML version of Data-Oriented Design book (https://www.dataorienteddesign.com/dodbook/) a bit more pleasant to read on my 15" FHD laptop */
body {
font-family: 'Lato', "Verdana", sans-serif;
font-size: 1.4em;
line-height: 1.5em;
padding: 20px;
background-color: #eee;
color: #222
}