I have two font related questions on Windows 8 metro style app development:
-
is there a list of available font families, and are they existing in any Windows 8 devices?
-
how to set a font family as a global font?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You are not limited to system fonts. You can load your own font via CSS
@font-face.If you want to change font of every element use
*selector in your stylesheet and setfont-familyto your favorite font. I don’t recommend using star selector, decide what elements should get your font.