font-size
absolute size
Specified by assigning 1 of the following unit names to the font-size property:
* inches (in)
* Centimeters (cm)
* Millimeters (mm)
* Points (pt)
* Picas (pc)
CSS relative size
CSS relative size values: keywords
Table with relative font-size keywords with possible/probable absolute values (pt)
It is preferable to use \_\_\_\_\_ units or \_\_\_\_\_ values to specify sizes relative to the browser default font value.
It is preferable to use em units or percentage values to specify sizes relative to the \_\_\_\_\_ \_\_\_\_\_ \_\_\_\_\_ value.
“vw”
The \_\_\_\_\_ or \_\_\_\_\_ of text can be adjusted using the font-weight property and \_\_\_\_\_ like “bold” and “normal”
The thickness or “weight”of text can be adjusted using the _____ property and keywords like “\_\_\_\_\_” and “\_\_\_\_\_”
These fonts are considered to be more readable for smaller texts.
Sans-serif fonts are considered to be more readable for what?
oblique
italic
Small-caps
CSS shorthand appearance: font
font-style font-variant font-weight font-size font-family
Ex. (p {font: italic small-caps bold medium “Times”, serif;})
CSS shorthand rules: font
CSS rules: font
font-size
Always use the font \_\_\_\_\_ property rather than the individual properties.
Always use the font shorthand property rather than the \_\_\_\_\_ properties.
Default behavior for text display in a content box.
English language text in a paragraph is normally horizontally aligned to the left edge of the paragraph
text-align
text-align keyword “justify”: