Skip to content

Commit

Permalink
add Roboto font
Browse files Browse the repository at this point in the history
  • Loading branch information
eswat2 committed Jul 20, 2016
1 parent c659523 commit da61d21
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Expand Up @@ -4,6 +4,12 @@
<title>React Github Notetaker</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Roboto:300,300italic' rel='stylesheet' type='text/css'>
<style>
body {
font-family: 'Roboto', sans-serif;
}
</style>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit da61d21

Please sign in to comment.