-
-
Save aelaguiz/25ff58bdf42e02d1b2ca to your computer and use it in GitHub Desktop.
Font example
This file contains hidden or 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
<h1 class="my-class">Custom header</h1> |
This file contains hidden or 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
@font-face { | |
font-family: myFirstFont; | |
src: url(sansation_light.woff); /* <-- URL to your custom font */ | |
} | |
.my-class { | |
font-family: myFirstFont; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment