From ad5e040142ced90b19f824a8c0d29974ef6eb8f5 Mon Sep 17 00:00:00 2001 From: kavanLi <33696428+kavanLi@users.noreply.github.com> Date: Tue, 23 Jan 2018 02:26:33 +0800 Subject: [PATCH] index.md (#3638) * 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 * Update index.md --- docs/tutorial/part-two/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorial/part-two/index.md b/docs/tutorial/part-two/index.md index 325c355f367f6..ede34898b70d3 100644 --- a/docs/tutorial/part-two/index.md +++ b/docs/tutorial/part-two/index.md @@ -265,6 +265,8 @@ 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 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) for Typography.js. Let's try a couple. In your terminal at the root of your