This is a simple tip that can help you reduce your style sheet size. Take a look at this CSS portion:
1 2 3 4 5 6 7 8 | |
All these properties can be condensed into a one row expression using this syntax:
1
| |
See the example below:
1 2 3 | |
Just remember that this syntax will only function if you specify both font-size and font-family.