summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-08-27 09:45:42 -0400
committerChristopher Speller <crspeller@gmail.com>2015-08-27 09:45:42 -0400
commit187ce1487ef71f6034e0c8254a6f701a8a572214 (patch)
tree81a8927862fa514f83814bccbd278c0de0807825 /web/templates
parent8356e25f80bbba3040ceeda5732b8843b8e493c1 (diff)
downloadchat-187ce1487ef71f6034e0c8254a6f701a8a572214.tar.gz
chat-187ce1487ef71f6034e0c8254a6f701a8a572214.tar.bz2
chat-187ce1487ef71f6034e0c8254a6f701a8a572214.zip
Creating local version of fonts retrieved from Google
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/templates/head.html b/web/templates/head.html
index 02904e764..c27597f82 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -27,7 +27,7 @@
<link id="favicon" rel="icon" href="/static/images/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/static/images/favicon.ico" type="image/x-icon">
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
+ <link href='/static/css/google-fonts.css' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/static/css/styles.css">
<script src="/static/js/perfect-scrollbar-0.6.3.jquery.js"></script>