Skip to content

Instantly share code, notes, and snippets.

@mebubo
Created February 18, 2013 19:05
Show Gist options
  • Save mebubo/4979768 to your computer and use it in GitHub Desktop.
Save mebubo/4979768 to your computer and use it in GitHub Desktop.
Extra css for Nook
@font-face {
font-family: "DroidFont", serif, sans-serif;
font-weight: normal;
font-style: normal;
src: url(res:///system/fonts/DroidSerif-Regular.ttf);
}
@font-face {
font-family: "DroidFont", serif, sans-serif;
font-weight: bold;
font-style: normal;
src: url(res:///system/fonts/DroidSerif-Bold.ttf);
}
@font-face {
font-family: "DroidFont", serif, sans-serif;
font-weight: normal;
font-style: italic;
src: url(res:///system/fonts/DroidSerif-Italic.ttf);
}
@font-face {
font-family: "DroidFont", serif, sans-serif;
font-weight: bold;
font-style: italic;
src: url(res:///system/fonts/DroidSerif-BoldItalic.ttf);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment