load font

This commit is contained in:
Faye Li 2017-01-19 12:55:06 -08:00
parent 53404caccf
commit 450b94f641

View file

@ -12,10 +12,12 @@
<title>Users Online</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<style>
body {
margin: 0;
width: 100%;
font-family: 'Raleway', sans-serif;
}
.top-bar {
@ -33,7 +35,8 @@
}
.main {
padding-top: 90px;
width: 100%;
color: white;
}
</style>