From c71902b393c80af354df86928bc45fbdb72a1cc7 Mon Sep 17 00:00:00 2001 From: selrond Date: Thu, 5 Oct 2017 23:16:53 +0200 Subject: [PATCH] add link to available Typography.js themes (#2355) --- docs/tutorial/part-two/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/part-two/index.md b/docs/tutorial/part-two/index.md index f03f6e2bc3fd9..53fa800924834 100644 --- a/docs/tutorial/part-two/index.md +++ b/docs/tutorial/part-two/index.md @@ -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