Name two types of units that can be used to adjust font-size in CSS.
pixels and rm/em(percentages of the parent container, em is not used as often)
percentages?
Avoid percentages when it come to fonts
What CSS property controls the font used for the text inside an element?
font-family . Use “family” bc there is backup fonts.