Skip to content

Instantly share code, notes, and snippets.

@wpexplorer
Created November 18, 2014 02:20
Show Gist options
  • Select an option

  • Save wpexplorer/e6d06bc9186c22c5c25d to your computer and use it in GitHub Desktop.

Select an option

Save wpexplorer/e6d06bc9186c22c5c25d to your computer and use it in GitHub Desktop.
import fonts
@font-face {
font-family: 'Your Custom Font';
src: url('fonts/webfont.eot'); /* IE9 Compat Modes */
src: url('fonts/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('fonts/webfont.woff') format('woff'), /* Modern Browsers */
url('fonts/webfont.ttf') format('truetype'), /* Safari, Android, iOS */
url('fonts/webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment