diff --git a/.nojekyll b/.nojekyll index 35b6da1a..dc4f2aa1 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -d684cde0 \ No newline at end of file +39c60005 \ No newline at end of file diff --git a/brand/typography.html b/brand/typography.html index 08e97710..26b455a6 100644 --- a/brand/typography.html +++ b/brand/typography.html @@ -309,8 +309,8 @@
family
size
line_height
line-height
weight
family
weight
style
line_height
line-height
color
monospace_inline
monospace-inline
monospace
.family
size
weight
color
background_color
background-color
monospace_block
monospace-block
monospace
.family
size
weight
line_height
line-height
color
background_color
background-color
weight
color
background_color
background-color
decoration
size
: The font size for a typographic element. Should be specified using a CSS length unit (e.g., “14px”, “1em”, “0.9rem”).
weight
: The font weight (or boldness) of the text. Can be a numeric value between 100 and 900, or a string like “normal” or “bold”.
style
: The font style for the text, typically either “normal” or “italic”.
line_height
: The line height of the text, which refers to the vertical space between lines. Often expressed as a multiple of the font size or in fixed units.
line-height
: The line height of the text, which refers to the vertical space between lines. Often expressed as a multiple of the font size or in fixed units.
color
: The color of the text. Can be any CSS-compatible color definition or a reference to a color defined in the brand’s color palette.
background_color
: The background color for the text element. Can be any CSS-compatible color definition or a reference to a color defined in the brand’s color palette.
background-color
: The background color for the text element. Can be any CSS-compatible color definition or a reference to a color defined in the brand’s color palette.
decoration
: The text decoration, typically used for links. Common values include “underline”, “none”, or “overline”.