English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I need fonts like Comic Sans MS, or at least tell me if it supports THAT.

2007-03-15 13:28:42 · 2 answers · asked by Jkstr 2 in Computers & Internet Programming & Design

2 answers

HTML has built-in support for five generic fonts: serif, sans-serif, monospace, cursive, and fantasy. However, you can specify any font, and if your visitor has it, the browser will use it. You can list several fonts in a comma-separated list and the browser will use the first one in the list that it can find. So you could have {font-family: Comic Sans MS, cursive;}. Since both Windows and Mac commonly include Comic Sans MS, chances are good that that's what the user will see. If it's a special font like Elvish Bold that you had to go out and collect, chances are no one else will see it.

2007-03-15 13:52:32 · answer #1 · answered by injanier 7 · 0 0

You can use HTML/CSS to specify any font you want for your web pages; the issue is whether visitors to your site have the font you specify installed on their machines. If so, your pages will display in the font you specified. If not, they will display in the client browser's default font.

2007-03-15 13:45:07 · answer #2 · answered by Defenseman Emeritus 3 · 1 0

fedest.com, questions and answers