Let's try Open Sans
This commit is contained in:
parent
65f890838d
commit
f8cfbbf9a9
|
@ -8,6 +8,7 @@
|
||||||
<link rel="stylesheet" href="/styles/menu.css">
|
<link rel="stylesheet" href="/styles/menu.css">
|
||||||
<link rel="stylesheet" href="/styles/app.css">
|
<link rel="stylesheet" href="/styles/app.css">
|
||||||
<link rel="stylesheet" href="/styles/charts.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>
|
</head>
|
||||||
<body></body>
|
<body></body>
|
||||||
<script src="/bower_components/react/react.js"></script>
|
<script src="/bower_components/react/react.js"></script>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app {
|
.app {
|
||||||
|
|
Loading…
Reference in New Issue