1
0
Fork 0

Let's try Open Sans

This commit is contained in:
Gregory Eremin 2015-03-16 15:36:27 +07:00
parent 65f890838d
commit f8cfbbf9a9
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<link rel="stylesheet" href="/styles/menu.css">
<link rel="stylesheet" href="/styles/app.css">
<link rel="stylesheet" href="/styles/charts.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
</head>
<body></body>
<script src="/bower_components/react/react.js"></script>

View File

@ -1,5 +1,6 @@
* {
box-sizing: border-box;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.app {