Skip to content

Instantly share code, notes, and snippets.

@vm137
Created September 2, 2015 14:54
Show Gist options
  • Save vm137/c64f113db7ed464bd3e9 to your computer and use it in GitHub Desktop.
Save vm137/c64f113db7ed464bd3e9 to your computer and use it in GitHub Desktop.
@font-face {
font-family: 'MyWebFont';
src: url('webfont.eot'); /* IE9 Compat Modes */
src: url('webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('webfont.woff') format('woff'), /* Modern Browsers */
url('webfont.ttf') format('truetype'), /* Safari, Android, iOS */
url('webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
body {
font-family: 'MyWebFont', Arial, sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment