Merge pull request #512 from mattermost/mm-1870

MM-1870 Creating local version of fonts retrieved from Google with compatibility with all browsers.
Этот коммит содержится в:
Corey Hulen
2015-08-28 07:32:01 -07:00
родитель 75af5d4536 53ee786a8b
Коммит a26b486ba2
52 изменённых файлов: 190472 добавлений и 1 удалений

Просмотреть файл

@@ -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>