Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

CSS - Font

Back


Resource


Font Family


Attribute

Attribute Common Values Description
font   set several font properties
font-family   the font family of a text
font-style normal,italic,oblique mostly used to specify italic text
font-weight normal,bold the weight of a font
font-variant normal,small-caps whether displayed in a small-caps font
font-size px,em,% the size of the text

TOP