diff options
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/default.css | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/default.css b/static/css/default.css index af6d5dd..d1647fb 100644 --- a/static/css/default.css +++ b/static/css/default.css @@ -11,7 +11,7 @@ html {  body {    background-color: white; -  font-family: "Cantarell", sans-serif; +  font-family: "Book Antiqua", "Helvetica, ""Cantarell", sans-serif;    margin: auto;    padding: 1em;    max-width: 56em; @@ -141,4 +141,4 @@ footer.post-info {      font-style: italic;      font-size: 85%;      font-weight: normal; -}
\ No newline at end of file +}  | 
