Skip to content

Commit

Permalink
add link to available Typography.js themes (#2355)
Browse files Browse the repository at this point in the history
  • Loading branch information
selrond authored and KyleAMathews committed Oct 5, 2017
1 parent 45b8d4b commit c71902b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/part-two/index.md
Expand Up @@ -219,7 +219,7 @@ Stop `gatsby develop` and then restart it again for our plugin change to take ef

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`.

There are many themes available for Typography.js. Let's try a couple. Run in your terminal at the root of your site:
There are [many themes available](https://github.com/KyleAMathews/typography.js#published-typographyjs-themes) for Typography.js. Let's try a couple. Run in your terminal at the root of your site:

```shell
npm install --save typography-theme-bootstrap typography-theme-lawton
Expand Down

0 comments on commit c71902b

Please sign in to comment.