Created
February 6, 2018 10:24
-
-
Save kharakhordindemo/ec3a72e81d1da05c895d2935e82dc929 to your computer and use it in GitHub Desktop.
fonts
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
@font-face { | |
font-family: 'test'; | |
src: url('../fonts/test/test.woff2') format('woff2'), | |
url('../fonts/test/test.woff') format('woff'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment