diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
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"/> |