Tag: font

  • Using vw for font size

    Setting font size in vw units using the cacl() function.

    Read more

    Posted in CSS, Snippets

  • font-size 62.5%

    Setting font-size in a root element to 62.5%.

    Read more

    Posted in CSS, Snippets

  • font

    The CSS property font is a shorthand for font-style, font-variant, font-weight, font-strech,font-size, line-height, fant-family Syntax Mandatory values: The font-size and font-family properties are required for the font shorthand to work correctly. If values for these properties are not provided, the font property will be invalid and may not display properly. Optional values: Omitting the values […]

    Read more

    Posted in CSS, CSS Reference