Search : in
By :

Fonts needed

Last answer on Sep 27, 2008 8:19:35 am BST halloweendep, on Aug 24, 2008 2:57:19 pm BST 
 Report this message to moderators

Hi everybody can somebody tells me what fonts does HTML/CSS support? I need fonts like Comic Sans MS, or at least tell me if it supports that.

Configuration: Windows XP
Internet Explorer 7.0

Best answers for « fonts needed » in :
Download Free&Easy Font Viewer Show Free&Easy Font Viewer is a simple software which is very useful to visualize the fonts on the system. Most of the time, to select or to search the fonts which are on the hard disk is a tiring work and takes a lot of time. With the help of this...
Installing TrueType fonts under Ubuntu Show Installing TrueType fonts under Ubuntu Here is a brief explanation on how installing additional TrueType fonts (.Ttf) on Ubuntu: Installation for all users Fonts installed by this method will be accessible to all users of the...
Fonts used in web pages Show Fonts used in web pages How to solve this issue? Default fonts If you have chosen the perfect font that reflects the atmosphere of your website as well as the global idea that you want the user to get from it, you should be careful...
Using TrueType font without installing it ShowUsing TrueType font without installing it Features of The Font Thing How to use it TrueType has been conceptualized by Apple around 1980 to compete against the Type 1 fonts created by Adobe at that time. Today, the font is mostly...
Keyboard Shortcuts for Firefox ShowKeyboard Shortcuts for Firefox Tabs Open a new tabs To change tabs To close a tab To Restore a tab Windows New Window Changing a window Closing a window Navigation Previous and Next Reloading Stopping a page from loading View Font...
Text size is too large under Ubuntu ShowText too large in Ubuntu For Ubuntu For Xubuntu Most of people thinks that the default Text size in Ubuntu is a bit too big. Here's how to fix: For Ubuntu Go to System> Preferences> Fonts Select "Best contrast" (which...
Download Font Viewer ShowIt is good to have hundreds of fonts but it is necessary to know how to manage them in order not to forsake some of them. Font Viewer is a font manager. It allows you to preview your fonts and look for the appropriate font quickly. There are many...
Declaring a style sheet (CSS) ShowDeclaring a style sheet Style sheets are not directly integrated into the W3C's HTML recommendations. For this reason, you need to include elements in the HTML code indicating both the type of document, meaning the version of the HTML and CSS...
CSS - Style sheets ShowFont properties Property Value Description font-family Specific font (Arial, Times, Verdana) Familly (serif, sans-serif, fantasy, monospace, cursive) Defines one or more font names or font families. If multiple fonts are defined,...
Vector and bitmap images Showvector images and bitmap images There are two main categories of images: bitmap images (also called raster images): these are pixeled images, i.e. a set of points (pixels) contained in a table, each of these points having one or more values...

1

 Revan26914, on Sep 27, 2008 8:19:35 am BST
  • +1

Hi

You can use the font you want. The only problem is that the person who is in your website must have this font.

You should choose several different fonts.


The CSS code:

font-family: "Comic Sans MS","Arial Black", Arial, Verdana, serif;


If the person doesn't have the font "Comic Sans MS", the font "Arial Black" will be used.



There are 10 types of people in the world: those who understand binary and those who don't.

Reply to Revan26914