Skip to content

Instantly share code, notes, and snippets.

@xdanger
Created July 24, 2012 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xdanger/3169433 to your computer and use it in GitHub Desktop.
Save xdanger/3169433 to your computer and use it in GitHub Desktop.
Safari 6.0 默认字体样式表
@font-face {
font-family: sans-serif;
src: local("Droid Sans");
}
@font-face {
font-family: serif;
src: local("Droid Serif");
}
@font-face {
font-family: monospace;
src: local("Droid Mono");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment