Sans serif font, larger font, increased line height, 720px width.
SICP Book - More Readable by jesus
Details
Authorjesus
LicenseMIT
Categorysicp, book
Created
Updated
Size510 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name SICP Book - More Readable
@version 20220723.22.32
@namespace userstyles.world/user/jesus
@description Sans serif font, larger font, increased line height, 720px width.
@author jesus
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://mitpress.mit.edu/sites/default/files/sicp/full-text/book/") {
body {
font-family: Lucida Sans, Helvetica, sans-serif;
width: 720px;
line-height: 1.5em;
font-size: larger;
margin: 0 auto;
}
}