Created
July 10, 2013 01:30
-
-
Save AndorChen/5962808 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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