font-weight

Sets how bold an element's font will be rendered.

See Also

direction

Specifies the direction of flow for inline content such as text and the order that table cells fill along a row.

See also:
Text-align

font

Shorthand statement to set multiple font attributes.
font-style, font-variant and font-weight must come before font-size and font-family and are optional.
line-height is optional and must come after font-size and /.
font-size and font-family are required.

See Also

font-family

Sets a list of one or more font families to be used in order of preference. Browsers will use the first available to them. It is good practice to have a common generic font-family last in the list. If the font name contains a space it must be quoted. Separate font names with a comma.

Generic font family names: serif, sans-serif, cursive, fantasy, monospace.

See also:

Syndicate content