Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 42ae88d

Browse files
committed
Merge pull request #9 from ikkebr/master
Keeping font consistency
2 parents 97a253d + e3d41dc commit 42ae88d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

starter/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
height: 100%;
1212
margin: 0;
1313
background-color: #E5E5E5;
14-
font-family: 'Roboto', sans-serif;
14+
font-family: 'RobotoDraft', sans-serif;
1515
}
1616
core-header-panel {
1717
height: 100%;
@@ -42,4 +42,4 @@
4242

4343
</body>
4444

45-
</html>
45+
</html>

0 commit comments

Comments
 (0)