diff --git a/index.html b/index.html index 0285dac..adf1f61 100755 --- a/index.html +++ b/index.html @@ -74,7 +74,7 @@ - + @@ -89,22 +89,25 @@ body { color: #fff; background: #222; - font-family: "Lato", sans-serif; - font-size: 16px; - line-height: 2; + font-family: "Poppins", sans-serif; + font-size: 14px; + line-height: 1.6; height: 100%; min-height: 100%; + font-weight: 300; } h1 { - font-weight: bold; + font-weight: 500; font-size: 2em; margin: 0; - padding: 0; + padding: 1em 0 0 0; } h1 + p { line-height: 1; - padding: 0 0 1em 0; - margin-top: -.5em; + padding: 0 0 2em 0; + } + p { + padding: 0 0 .5em 0; } article { float: left; @@ -121,7 +124,7 @@ #font-info p { display: none; line-height: 1; - padding: 0 0 1rem 0; + padding: 0 0 2em 0; } a, a:link,