Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Jan 22, 2018
1 parent 65325f6 commit 12674cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/tutorial/part-two/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 12674cd

Please sign in to comment.