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

Commit e3d41dc

Browse files
committed
Keeping font consistency
Changed from Roboto to RobotoDraft as defined in "../components/font-roboto/roboto.html" and other folders
1 parent 97a253d commit e3d41dc

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)