diff options
-rw-r--r-- | static/css/default.css | 2 | ||||
-rw-r--r-- | templates/base.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/static/css/default.css b/static/css/default.css index 73f0f8a..af6d5dd 100644 --- a/static/css/default.css +++ b/static/css/default.css @@ -11,7 +11,7 @@ html { body { background-color: white; - font-family: "Gentium Book Basic", serif; + font-family: "Cantarell", sans-serif; margin: auto; padding: 1em; max-width: 56em; diff --git a/templates/base.html b/templates/base.html index e1dd592..3383f65 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,7 +2,7 @@ <html lang="{{ DEFAULT_LANG }}"> <head> {% block head %} - <link href="https://fonts.googleapis.com/css?family=Gentium+Book+Basic" rel="stylesheet"> + <link href="https://fonts.googleapis.com/css?family=Cantarell" rel="stylesheet"> <title>{% block title %} Vasudev Kamath - {{ SITENAME }} {% endblock %}</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"/> |