diff --git a/style.css b/style.css index c7dc32207e90c5cf052a326fdb57b2147a42d2cf..468a5ae6334bf0993f3cab807896463f85ae76df 100644 --- a/style.css +++ b/style.css @@ -1,9 +1,17 @@ +@import url(https://fonts.googleapis.com/css?family=Slabo+27px); + body, td, caption { - font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; + /* font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; */ + font-family: 'Slabo 27px', serif; background-color: white; font-size: 16px; } +body { + width: 800px; + margin: auto; +} + tt, code, pre { font-family: "Inconsolata", "Andale Mono", monospace; }