summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-08-28 07:32:01 -0700
committerCorey Hulen <corey@hulen.com>2015-08-28 07:32:01 -0700
commita26b486ba29493dfda8f6a876e908a5d4c1c10f8 (patch)
tree5f021b7964905019318f40af55f2e96b34ad43cb /web/templates
parent75af5d4536cc414d171c2fe6dca78e455eb18b37 (diff)
parent53ee786a8b5635b804edaf33805219f0576e386f (diff)
downloadchat-a26b486ba29493dfda8f6a876e908a5d4c1c10f8.tar.gz
chat-a26b486ba29493dfda8f6a876e908a5d4c1c10f8.tar.bz2
chat-a26b486ba29493dfda8f6a876e908a5d4c1c10f8.zip
Merge pull request #512 from mattermost/mm-1870
MM-1870 Creating local version of fonts retrieved from Google with compatibility with all browsers.
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>