Creating local version of fonts retrieved from Google

Этот коммит содержится в:
Christopher Speller
2015-08-27 09:45:42 -04:00
родитель 8356e25f80
Коммит 187ce1487e
23 изменённых файлов: 169 добавлений и 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>