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/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>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
* {
|
||||
box-sizing: border-box;
|
||||
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.app {
|
||||
|
|
Loading…
Reference in New Issue