Skip to content

Instantly share code, notes, and snippets.

@evadne
Created February 25, 2010 10:44
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save evadne/314448 to your computer and use it in GitHub Desktop.
/* helveticSafari shoos Arial away for Safari / WebKit users. Safari — Preferences — Advanced — Style Sheet. */
@font-face {
font-family: "Arial";
src: local("Helvetica");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment