From d967ae51347e19cea23db44494a6a1aaa8f2aefa Mon Sep 17 00:00:00 2001 From: jonchim <26781276+jonchim@users.noreply.github.com> Date: Fri, 9 Nov 2018 11:08:39 -0500 Subject: [PATCH] Added additional information about font weight (#20973) * Added additional information about font weight * [Font Size And Weight Matters] (https://type-ed.com/resources/rag-right/2017/11/13/font-weight-size) * [How To Set Weights And Styles With The @font-face Declaration] (https://www.smashingmagazine.com/2013/02/setting-weights-and-styles-at-font-face-declaration/) * Update index.md --- guide/english/typography/font-weight-and-style/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guide/english/typography/font-weight-and-style/index.md b/guide/english/typography/font-weight-and-style/index.md index ec7100db94..35c6e01b27 100644 --- a/guide/english/typography/font-weight-and-style/index.md +++ b/guide/english/typography/font-weight-and-style/index.md @@ -37,3 +37,8 @@ font-weight: lighter; font-weight: bolder; ``` +##### Additional Information + +* [Font Size And Weight Matters](https://type-ed.com/resources/rag-right/2017/11/13/font-weight-size) + +* [How To Set Weights And Styles With The @font-face Declaration](https://www.smashingmagazine.com/2013/02/setting-weights-and-styles-at-font-face-declaration/)