Change title font to Lobster Two.

nb/hide-http
Neeraj Baid 11 years ago
parent 09f37253a3
commit c51f6abace

@ -19,7 +19,7 @@ html, body { height: 100% }
h1 {
color: red
font: bold 32px/40px "Quicksand", sans-serif
font: bold 52px/60px "Lobster Two", sans-serif
text-align: center
margin: 0 0 10px
}

@ -34,6 +34,7 @@ export default class App extends React.Component {
<title>FilePizza - Send Files, Easily</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Quicksand:300,400,700" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lobster+Two" />
<link rel="stylesheet" href="/css" />
<script src="/js" />

Loading…
Cancel
Save