Commit cb6884fb authored by santiaago's avatar santiaago
Browse files

add roboto font to web site.

Fixes #84
parent c9f5c6ae
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
/* app css stylesheet */

body{
    font-family: 'Roboto', sans-serif;
}

.app-push--height {
    height: 55px;
}
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@
    <link href="assets/css/get-started.css" rel="stylesheet">
    <link href="assets/css/about.css" rel="stylesheet">
    <link href="assets/css/footer.css" rel="stylesheet">
    <link href="http://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">

    <script src="//google-code-prettify.googlecode.com/svn/loader/prettify.js"></script>
    <script src="//google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script>
    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/img/apple-touch-icon-144-precomposed.png">