summaryrefslogtreecommitdiffstats
path: root/web/templates/head.html
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-08-27 16:08:43 -0700
committerCorey Hulen <corey@hulen.com>2015-08-27 16:08:43 -0700
commitc64ad4970acc5178b5993bbe649a2f7ceaa556e1 (patch)
tree017544f00a721da7b662f490603657198d42a990 /web/templates/head.html
parent8229acff35545238ddb7d4aebf5a57e2315979c4 (diff)
downloadchat-c64ad4970acc5178b5993bbe649a2f7ceaa556e1.tar.gz
chat-c64ad4970acc5178b5993bbe649a2f7ceaa556e1.tar.bz2
chat-c64ad4970acc5178b5993bbe649a2f7ceaa556e1.zip
Revert "MM-1870 Creating local version of fonts retrieved from Google"
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 c27597f82..02904e764 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='/static/css/google-fonts.css' rel='stylesheet' type='text/css'>
+ <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700' 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>