diff options
author | Corey Hulen <corey@hulen.com> | 2015-08-27 16:08:59 -0700 |
---|---|---|
committer | Corey Hulen <corey@hulen.com> | 2015-08-27 16:08:59 -0700 |
commit | 140ec2b1232cfb5e9d2b99eaa16b26fb16afa209 (patch) | |
tree | 017544f00a721da7b662f490603657198d42a990 /web/templates | |
parent | 8229acff35545238ddb7d4aebf5a57e2315979c4 (diff) | |
parent | c64ad4970acc5178b5993bbe649a2f7ceaa556e1 (diff) | |
download | chat-140ec2b1232cfb5e9d2b99eaa16b26fb16afa209.tar.gz chat-140ec2b1232cfb5e9d2b99eaa16b26fb16afa209.tar.bz2 chat-140ec2b1232cfb5e9d2b99eaa16b26fb16afa209.zip |
Merge pull request #509 from mattermost/revert-490-mm-1870
Revert "MM-1870 Creating local version of fonts retrieved from Google"
Diffstat (limited to 'web/templates')
-rw-r--r-- | web/templates/head.html | 2 |
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> |