Created
April 19, 2016 18:12
-
-
Save eduard-un/3a92effb81234c5b2b8779287564e13b to your computer and use it in GitHub Desktop.
code for Custom fonts without Jquery article
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{ | |
font-family:"League Gothic"; | |
src:url(Fonts/League-Gothic.otf) | |
color:#CCC; | |
size:14px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment