Use local Open Sans font in development

This commit is contained in:
2015-03-19 16:35:15 +07:00
parent dded4cbafc
commit 6f75795a6e
3 changed files with 24 additions and 3 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -13,7 +13,7 @@
<link rel="stylesheet" href="/css/menu.css">
<link rel="stylesheet" href="/css/app.css">
<link rel="stylesheet" href="/css/charts.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600">
<link rel="stylesheet" href="/css/opensans.css">
</head>
<body></body>
<script src="/bower_components/react/react.js"></script>