diff -r 83f6bf9077c5 -r 7aca0c2ba72d style.css --- a/style.css Sun Aug 21 23:50:40 2016 +0200 +++ b/style.css Sun Aug 21 23:51:01 2016 +0200 @@ -0,0 +1,13 @@ +body { + font-family: FreeSerif; + font-size: 20px; +} + +h1,h2,h3 { + font-family: Sawasdee; + font-weight: bold; +} + +h1 { + text-align: center; +}