Skip to content

Commit

Permalink
Resolved the issue of missing fonts in Typography
Browse files Browse the repository at this point in the history
  • Loading branch information
sunil-digicorp committed Mar 5, 2018
1 parent cc50b9a commit 6b20d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_propeller-roboto.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@include font-face("Roboto", '../fonts/roboto/Roboto-Thin-webfont', 100, normal);
@include font-face("Roboto", '../fonts/roboto/Roboto-Light-webfontt', 300, normal);
@include font-face("Roboto", '../fonts/roboto/Roboto-Light-webfont', 300, normal);
@include font-face("Roboto", '../fonts/roboto/Roboto-Regular-webfont', 400, normal);
@include font-face("Roboto", '../fonts/roboto/Roboto-Medium-webfont', 500, normal);
@include font-face("Roboto", '../fonts/roboto/Roboto-Bold-webfont', 700, normal);
Expand Down

0 comments on commit 6b20d47

Please sign in to comment.