...
For instance:
Code Block |
---|
body.MAIN > * {
font-family: Arial, Helvetica, sans-serif;
} |
This specifies that the font Arial should be used if present, and if not then try Helvitica or if that cannot be found use sans-serif.
See CSS Selectors to understand the first line of the above example.