diff options
author | Vasudev Kamath <vasudev@copyninja.info> | 2018-08-28 20:50:50 +0530 |
---|---|---|
committer | Vasudev Kamath <vasudev@copyninja.info> | 2018-08-28 20:50:50 +0530 |
commit | 42470ccfe9e3a39809ea38ad788accadd05090a7 (patch) | |
tree | 3c6f3515a164d52c82c521a916718de8dff641c8 /templates | |
parent | 7c08afd343e19c35151fc614611151033b7f2ad1 (diff) |
Use cantarell
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"/> |