Skip to content

Instantly share code, notes, and snippets.

@AndorChen
Created July 10, 2013 01:30
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 AndorChen/5962808 to your computer and use it in GitHub Desktop.
Save AndorChen/5962808 to your computer and use it in GitHub Desktop.
/*
Prince - Fonts stylesheet
http://www.princexml.com
*/
/* standard "serif" font family */
@font-face {
font-family: serif;
src: local("Arial Unicode MS") /* last resort font */
}
@font-face {
font-family: serif;
src: local("InaiMathi") /* Tamil script */
}
@font-face {
font-family: serif;
src: local("Gujarati MT") /* Gujarati script */
}
@font-face {
font-family: serif;
src: local("Gurmukhi MT") /* Gurmukhi script */
}
@font-face {
font-family: serif;
src: local("Devanagari MT") /* Devanagari script */
}
@font-face {
font-family: serif;
src: local("SimSun") /* Chinese */
}
@font-face {
font-family: serif;
src: local("Symbol")
}
@font-face {
font-family: serif;
src: local("Times")
}
/* standard "sans-serif" font family */
@font-face {
font-family: sans-serif;
src: local("SimHei") /* Chinese */
}
@font-face {
font-family: sans-serif;
src: local("Symbol")
}
@font-face {
font-family: sans-serif;
src: local("Helvetica")
}
/* standard "monospace" font family */
@font-face {
font-family: monospace;
src: local("Courier")
}
/* standard "cursive" font family */
@font-face {
font-family: cursive;
src: local("Comic Sans MS")
}
/* standard "fantasy" font family */
@font-face {
font-family: fantasy;
src: local("Comic Sans MS")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment