Last active
December 28, 2019 07:32
-
-
Save praisedpk/8a0cf90e1714fefb64254aa62491f104 to your computer and use it in GitHub Desktop.
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
<link href="https://pagecdn.io/lib/easyfonts/fonts.css" rel="stylesheet" /> | |
<div class="font-roboto"> | |
<div class="font-open-sans w600i"> | |
Stuff here appears in Open Sans, bold and italic | |
</div> | |
<div class="w600"> | |
Stuff here appears in Roboto, bold | |
</div> | |
<div> | |
Stuff here appears in Roboto | |
</div> | |
</div> | |
:) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment