+ You can change the font family with the use of one of 5 font family + helpers: +
+diff --git a/docs/documentation/modifiers/typography-helpers.html b/docs/documentation/modifiers/typography-helpers.html index 1d5d9ffb..e29985ed 100644 --- a/docs/documentation/modifiers/typography-helpers.html +++ b/docs/documentation/modifiers/typography-helpers.html @@ -396,7 +396,7 @@ breadcrumb:
has-text-weight-lighthas-text-weight-normal+ You can change the font family with the use of one of 5 font family + helpers: +
+| + Class + | ++ Family + | +
|---|---|
is-family-primary |
+ Changes font family to $family-primary | +
is-family-secondary |
+ Changes font family to $family-secondary | +
is-family-sans-serif |
+ Changes font family to $family-sans-serif | +
is-family-monospace |
+ Changes font family to $family-monospace | +
is-family-code |
+ Changes font family to $family-code | +