There are tricks in each and everything these might help in making the things easier, since there are tricks in all in CSS also there are tricks which make it easy. The first trick is CSS trick shorthand rule this will be helpful to the user when styling fonts with CSS and this shorthand version will only work if the user is specifying both the font size and the font family and the user should also specify the font weight, font style and font variety. The next one is two classes together generally just one class is assigned but in reality the
"1. CSS font shorthand rule
When styling fonts with CSS you may be doing this:
font-size: 1em;
line-height: 1.5em;
font-weight: bold;
font-style: italic;
font-variant: small-caps;
font-family: verdana,serif;
There's no need though as you can use this CSS shorthand property:
font: 1em/1.5em bold italic small-caps verdana,serif
Much better! Just a couple of words of warning: This CSS shorthand version will only work if you're specifying both the font-size and the font-family. Also, if you don't specify the font-weight, font-style, or
Making Your Web Pages Speak
Aural Style Sheets are a part of CSS level 2. They allow blind or visually impaired people to use the Web in a similar fashion to sighted customers. It combines speech synthesis and "auditory icons". When your Web site is equipped with Aural Style Sheets, it will be more accessible to screen readers. Plus, if your site is audible, it can be used in other locations such as in an automobile, home entertainment, and assisting people who are learning to read.
Aural properties are specified in a three dimensional physical