Skip to content

Instantly share code, notes, and snippets.

@scutdavy
Created September 12, 2012 11:39
Show Gist options
  • Save scutdavy/3706103 to your computer and use it in GitHub Desktop.
Save scutdavy/3706103 to your computer and use it in GitHub Desktop.
nook中文css
@font-face {
font-family: "DroidFont", serif, sans-serif;
font-weight: normal;
font-style: normal;
src: url(res:///system/fonts/DroidSansFallback.ttf);
}
@font-face {
font-family: "DroidFont", serif, sans-serif;
font-weight: bold;
font-style: normal;
src: url(res:///system/fonts/DroidSansFallback.ttf);
}
@font-face {
font-family: "DroidFont", serif, sans-serif;
font-weight: normal;
font-style: italic;
src: url(res:///system/fonts/DroidSansFallback.ttf);
}
@font-face {
font-family: "DroidFont", serif, sans-serif;
font-weight: bold;
font-style: italic;
src: url(res:///system/fonts/DroidSansFallback.ttf);
}
body { font-family: "DroidFont", serif;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment