Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Abd-Ur-Rehman/710253f6fbea75525db36f4c0fa0c097 to your computer and use it in GitHub Desktop.
Save Abd-Ur-Rehman/710253f6fbea75525db36f4c0fa0c097 to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'MyWebFont';
src: url('path-to-your-font-directory/font_name.eot');
src: url('path-to-your-font-directory/font_name.eot?#iefix') format('embedded-opentype'),
url('path-to-your-font-directory/font_name.woff') format('woff'),
url('path-to-your-font-directory/font_name.ttf') format('truetype'),
url('path-to-your-font-directory/font_name.svg#svgFontName') format('svg');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment