Skip to content

Instantly share code, notes, and snippets.

@lin
Created November 4, 2014 04:24
Show Gist options
  • Select an option

  • Save lin/c059a86236b16df011c0 to your computer and use it in GitHub Desktop.

Select an option

Save lin/c059a86236b16df011c0 to your computer and use it in GitHub Desktop.
/* font face */
@font-face {
font-family: 'MyWebFont';
src: url('myfont.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
url('myfont.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment