From 73102c4b5ca569f471e6d8cec79c5b6d3b9f852c Mon Sep 17 00:00:00 2001 From: ysds Date: Fri, 16 Nov 2018 17:22:57 +0900 Subject: [PATCH 1/2] Add documentation about .font-weight-bolder/lighter --- site/docs/4.1/utilities/text.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/docs/4.1/utilities/text.md b/site/docs/4.1/utilities/text.md index 6c5506a5ca51..1edb8ce62ec3 100644 --- a/site/docs/4.1/utilities/text.md +++ b/site/docs/4.1/utilities/text.md @@ -85,8 +85,10 @@ Quickly change the weight (boldness) of text or italicize text. {% capture example %}

Bold text.

+

Relative bolder than the parent element.

Normal weight text.

Light weight text.

+

Relative lighter than the parent element.

Italic text.

{% endcapture %} {% include example.html content=example %} From fc4f17f962de4916b51afa182bf87b20929c5017 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 16 Nov 2018 11:05:06 +0200 Subject: [PATCH 2/2] Update text.md --- site/docs/4.1/utilities/text.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs/4.1/utilities/text.md b/site/docs/4.1/utilities/text.md index 1edb8ce62ec3..673c62552c7a 100644 --- a/site/docs/4.1/utilities/text.md +++ b/site/docs/4.1/utilities/text.md @@ -85,10 +85,10 @@ Quickly change the weight (boldness) of text or italicize text. {% capture example %}

Bold text.

-

Relative bolder than the parent element.

+

Bolder weight text (relative to the parent element).

Normal weight text.

Light weight text.

-

Relative lighter than the parent element.

+

Lighter weight text (relative to the parent element).

Italic text.

{% endcapture %} {% include example.html content=example %}