From d2e34cb54d630ff1d12fddc26530ba1977942b8b Mon Sep 17 00:00:00 2001 From: Matt Wang Date: Wed, 19 Apr 2023 22:46:03 -0700 Subject: [PATCH] Docs: fix `font-weight` typo (Utilities > Typography) (#1229) Ref: #1227 --- docs/utilities/typography.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/utilities/typography.md b/docs/utilities/typography.md index 1c5dca9..65a9a03 100644 --- a/docs/utilities/typography.md +++ b/docs/utilities/typography.md @@ -17,7 +17,7 @@ parent: Utilities ## Font size -Use the `.fs-1` - `.fs-10` to set an explicit font-size. +Use the `.fs-1` - `.fs-10` to set an explicit `font-size`. | Class | Small screen size `font-size` | Large screen size `font-size` | |:--------|:-------------------------------|:------------------------------| @@ -81,7 +81,7 @@ Font size 10 ## Font weight -Use the `.fw-300` - `.fw-700` to set an explicit font-size. +Use the `.fw-300` - `.fw-700` to set an explicit `font-weight`.
Font weight 300