Skip to content

Instantly share code, notes, and snippets.

@edgarberm
Created December 6, 2014 15:46
Show Gist options
  • Save edgarberm/3a4e20629259f49b4f26 to your computer and use it in GitHub Desktop.
Save edgarberm/3a4e20629259f49b4f26 to your computer and use it in GitHub Desktop.
Google Chrome font visualization fix
/* the fix! simply ADD this block BELOW the above block */
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'MyWebFont';
src: url('webfont.svg#svgFontName') format('svg');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment