css font size measurements code example
Example 1: css em
em -> Relative to the font-size of the element
(2em means 2 times the size of the current font)
Example 2: css font size
// to scale font size in relation to its parent element
style="font-size: 2vw;"