Skip to content

Instantly share code, notes, and snippets.

@diogomoretti
Created August 27, 2013 20:30
Show Gist options
  • Save diogomoretti/6358755 to your computer and use it in GitHub Desktop.
Save diogomoretti/6358755 to your computer and use it in GitHub Desktop.
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'font-name';
src: url('../font/font-name.svg?#font-name') format('svg');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment