From 65325f6f36ee04da59c56b20d667542ec53d3113 Mon Sep 17 00:00:00 2001 From: kavanLi <33696428+kavanLi@users.noreply.github.com> Date: Sun, 21 Jan 2018 17:42:10 +0800 Subject: [PATCH] index.md I am not the only one who got this problem. I think some other junior leaner will do the same. My English is poor.If the idea is good, please change it to correct spelling and grammar. here is the question link: https://github.com/gatsbyjs/gatsby/issues/1739 --- docs/tutorial/part-two/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/tutorial/part-two/index.md b/docs/tutorial/part-two/index.md index 325c355f367f6..198fe2330ddbd 100644 --- a/docs/tutorial/part-two/index.md +++ b/docs/tutorial/part-two/index.md @@ -265,6 +265,9 @@ Now, all the text font sizes should be slightly bigger. Try changing the `baseFontSize` to `24px` then `12px`. All elements get resized as their `font-size` is based on the `baseFontSize`. +Note that if you using command (perhaps `gatsby new gatsby-site`) to start learning when you read (perhaps [Get started](https://www.gatsbyjs.org/docs/)). +At this time,do changing `baseFontSize` has no effect.And the truth is that it does have an effect since the default starter includes its own CSS which is applied after the plugin.So, the better way to learning this tutorial is using command `gatsby new tutorial-part-two https://github.com/gatsbyjs/gatsby-starter-hello-world` to get started.Or you may get this trouble. + There are [many themes available](https://github.com/KyleAMathews/typography.js#published-typographyjs-themes) for Typography.js. Let's try a couple. In your terminal at the root of your