Styling adjustments

This commit is contained in:
Cássio Zen 2016-07-08 05:57:06 -03:00
parent ed1acba830
commit ad0a98b082
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,7 @@
<title>This is an example</title> <title>This is an example</title>
<link rel="stylesheet" href="https://facebook.github.io/draft-js/css/draft.css"/> <link rel="stylesheet" href="https://facebook.github.io/draft-js/css/draft.css"/>
<link href='https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700' rel='stylesheet' type='text/css'>
<script> <script>
window.repoFiles = { window.repoFiles = {
_posts: { _posts: {

View File

@ -8,8 +8,7 @@ html {
} }
body { body {
font-family: sans-serif; font-family: 'Roboto', sans-serif;
margin: 0;
height: 100%; height: 100%;
} }