Created
October 26, 2015 17:48
-
-
Save rangalo/35079f79793617f1f558 to your computer and use it in GitHub Desktop.
Usage for the fonts
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
// I have moved the fonts in a dedicated folder at the same level as css and img | |
@font-face { | |
font-family: 'LigatureSymbols'; | |
src: url(resource_url('fonts/LigatureSymbols-2.11.eot')); | |
src: url(resource_url('fonts/LigatureSymbols-2.11.eot?#iefix')) format('embedded-opentype'), | |
url(resource_url('fonts/LigatureSymbols-2.11.woff')) format('woff'), | |
url(resource_url('fonts/LigatureSymbols-2.11.ttf')) format('truetype'), | |
url(resource_url('fonts/LigatureSymbols-2.11.svg#LigatureSymbols')) format('svg'); | |
src: url(resource_url('fonts/LigatureSymbols-2.11.ttf')) format('truetype'); | |
font-weight: normal; | |
font-style: normal; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment