Understanding CSS for Font Sizing Needs
- CSS offers a variety of units to help with font size and other sizing needs
- REM, EM and percentages are all used for font sizes and can be scaled as needed when located in the parent
- AM is useful for sizing elements that need to scale with the font size without needing to change its own size
- F units can only be used in Flexbox and Grid containers.