Skip to content

Commit

Permalink
Merge pull request #2 from CLIxIndia-Dev/hotfix/km/resets-body-margin
Browse files Browse the repository at this point in the history
overrides user agent stylesheet body margin prop
  • Loading branch information
brandonhanks authored Mar 27, 2017
2 parents ff5d3f8 + bddddbe commit 8bf42b3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,16 @@
font-weight: normal;
font-style: normal;
}

/* This part is needed to load the font in time for phaser */
body {
font-family: OpenSans;
margin: 0;
}
div {
font-family: OpenSans;
}

</style>
</head>
<body>
Expand Down Expand Up @@ -51,4 +52,4 @@
<script src="src/game.js"></script>
</body>
</html>

0 comments on commit 8bf42b3

Please sign in to comment.