Information About CSS Font Styles

The CSS font is the most important feature of aand vice versa. There are two font sizes:
page. There are many fonts and some are availableAbsolute Size:
for free. Additionally CSS provides a system of fallThis sets the text to a specified size and doesn't
back in case of any problematic situations. You caneven allow the user to change the text in the
choose the fonts according to your requirements.browsers. This Font size is useful when the physical
There are different generic fonts Serif, Mono -space,size of the output is known.
fantasy and cursive. Fonts have different styles likeRelative Size:
the italic and bold one and people use them accordingIt sets the size relative to the things surrounding it
to their work requirements.and it also allows the user to changes the size of the
There are two types of family fonts in the CSS Fontfont.s
Families. They are the:The best CSS fonts are the ones that allow their
* Generic Familyusers to adjust the font size and they provide cross
* Font Family:browsers which gives the user the facility of
The font family of a text and property areadjusting the font size according to their
connected and if there is something wrong with onerequirements. And if you need to change the size of
there is another to fall back on. You can easily startthe font you need to use a percentage value.
with the font you want and end with the genericCSS has brought about many change sin the
font if no other fonts are available. Using CSS is it iscapabilities of web typography but there is one
very easy to set a hierarchy of selected fonts.problem and that is if the specific font is not in the
Style:viewers computer then it surely won't render it. So
The Font Family has three values and they arekeeping this in mind the designers and developers of
Normal, Italic and Oblique. In the normal font the textweb select the one that can be safely found and are
is shown in the normal style and in the Italic it iscommonly used in all computers as this surely helps a
shown in italics whereas in the oblique font the textlot. Designing and creating a website is areal challenge
is leaning.that is hard to face as there are many thing that you
Font Size:have to plan and organize and so to ease the
The font size of the page is very important featureworkload and get everything right many web
as it surely sets the size of the page. Managing thisdesigners and developers are turning to Cascading
font size is the most important in web design. ButStyle Sheets. This allows the site developer to
you sure need to be careful in using the font sizeseparate the formatting style from the HTML code
adjustments to make paragraphs look like headingsand ease the process.