This repository has been archived by the owner on Apr 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add bold (700) weight for Roboto Condensed (#48)
Co-authored-by: Dhruv Bhanushali <[email protected]>
- Loading branch information
1 parent
2ac8e53
commit 4a01eaa
Showing
10 changed files
with
51 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
@import "./font_face.scss"; | ||
|
||
@each $unicode in $unicodes { | ||
@include fontface('Roboto Condensed', 'Roboto-Condensed', 400, $unicode); | ||
@include fontface('Roboto Condensed', 'RobotoCondensed-Regular', 400, $unicode); | ||
} | ||
|
||
@each $unicode in $unicodes { | ||
@include fontface('Roboto Condensed', 'RobotoCondensed-Bold', 700, $unicode); | ||
} |