From 12674cd40b10973fdbc8a10f3ab8d92d0142deb2 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Mon, 22 Jan 2018 10:26:04 -0800 Subject: [PATCH] Update index.md --- docs/tutorial/part-two/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/tutorial/part-two/index.md b/docs/tutorial/part-two/index.md index 198fe2330ddbd..ede34898b70d3 100644 --- a/docs/tutorial/part-two/index.md +++ b/docs/tutorial/part-two/index.md @@ -265,8 +265,7 @@ 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. +_Note that if you use `gatsby-plugin-typography` with the default starter, you'll need to delete the default index.css used by that starter as it overrides the Typography.js CSS_ There are [many themes available](https://github.com/KyleAMathews/typography.js#published-typographyjs-themes)