| The CSS font is the most important feature of a | | | | and vice versa. There are two font sizes: |
| page. There are many fonts and some are available | | | | Absolute Size: |
| for free. Additionally CSS provides a system of fall | | | | This sets the text to a specified size and doesn't |
| back in case of any problematic situations. You can | | | | even 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 like | | | | Relative Size: |
| the italic and bold one and people use them according | | | | It 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 Font | | | | font.s |
| Families. They are the: | | | | The best CSS fonts are the ones that allow their |
| * Generic Family | | | | users 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 are | | | | adjusting the font size according to their |
| connected and if there is something wrong with one | | | | requirements. And if you need to change the size of |
| there is another to fall back on. You can easily start | | | | the font you need to use a percentage value. |
| with the font you want and end with the generic | | | | CSS has brought about many change sin the |
| font if no other fonts are available. Using CSS is it is | | | | capabilities 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 are | | | | keeping this in mind the designers and developers of |
| Normal, Italic and Oblique. In the normal font the text | | | | web select the one that can be safely found and are |
| is shown in the normal style and in the Italic it is | | | | commonly used in all computers as this surely helps a |
| shown in italics whereas in the oblique font the text | | | | lot. 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 feature | | | | workload and get everything right many web |
| as it surely sets the size of the page. Managing this | | | | designers and developers are turning to Cascading |
| font size is the most important in web design. But | | | | Style Sheets. This allows the site developer to |
| you sure need to be careful in using the font size | | | | separate the formatting style from the HTML code |
| adjustments to make paragraphs look like headings | | | | and ease the process. |