Skip to content

Instantly share code, notes, and snippets.

@rangalo
Created October 26, 2015 17:48
Show Gist options
  • Save rangalo/35079f79793617f1f558 to your computer and use it in GitHub Desktop.
Save rangalo/35079f79793617f1f558 to your computer and use it in GitHub Desktop.
Usage for the fonts
// 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