summaryrefslogtreecommitdiffstats
path: root/web/templates/head.html
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-08-27 09:45:42 -0400
committerChristopher Speller <crspeller@gmail.com>2015-08-28 08:44:29 -0400
commit53ee786a8b5635b804edaf33805219f0576e386f (patch)
treef7723c643a31a25f3f740948a551dc5d80edf64c /web/templates/head.html
parentd107b392a6309a41eac6cd7d07d720a21968eb56 (diff)
downloadchat-53ee786a8b5635b804edaf33805219f0576e386f.tar.gz
chat-53ee786a8b5635b804edaf33805219f0576e386f.tar.bz2
chat-53ee786a8b5635b804edaf33805219f0576e386f.zip
Creating local version of fonts retrieved from Google with compatibility
with all browsers.
Diffstat (limited to 'web/templates/head.html')
-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>