# HG changeset patch # User František Kučera # Date 1471816261 -7200 # Node ID 7aca0c2ba72dcf950a35d2945d5f865be8a391c7 # Parent 83f6bf9077c55f30849ee8a63185788d20a6d7d7 some formatting, fonts 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; +}