diff --git a/source/components/ui/Typography.css b/source/components/ui/Typography.css index c754a7f8a..64e91820a 100644 --- a/source/components/ui/Typography.css +++ b/source/components/ui/Typography.css @@ -13,6 +13,7 @@ html { } body { + font-weight: 300; font-family: 'Roboto', sans-serif; } @@ -58,11 +59,13 @@ button { } p, -ul, -li { +ul { line-height: 1.7rem; margin: 1rem 0; } +li { + margin: 0.5rem 0; +} a { border: none; display: inline-block; @@ -78,6 +81,7 @@ a[href^="http://"]:not(.button):not(.inverted-button)::after { content: '\f08e'; font-family: FontAwesome; margin-left: 0.3em; + font-size: 80%; text-decoration: none; display: inline-block; }