diff --git a/pug/page-contents/typography_content.html b/pug/page-contents/typography_content.html index a07b51a7c1..83135c1dd0 100644 --- a/pug/page-contents/typography_content.html +++ b/pug/page-contents/typography_content.html @@ -4,26 +4,6 @@
We bundle our framework with the latest iteration of Roboto Google has released. It comes with 5 different font weights you can use: 100, 300, 400, 500, 600.
Here is an image from Google's Roboto Specimen document displaying the different font weights.
In case you don't want to use Roboto on your webpage, fear not. Simply change the font stack by modifying the code below to your liking and add it to your custom css.
-
- html,
- button, input, optgroup, select, textarea {
- font-family: GillSans, Calibri, Trebuchet, sans-serif;
- }
-
- We provide some basic styling on header tags. In the example, you can see the the 6 header tags' different sizes.
@@ -69,7 +49,20 @@
+ html,
+ button, input, optgroup, select, textarea {
+ font-family: GillSans, Calibri, Trebuchet, sans-serif;
+ }
+
+