diff --git a/css/style.css b/css/style.css index 0460fca..60fa03d 100644 --- a/css/style.css +++ b/css/style.css @@ -19,12 +19,6 @@ a { color: #000; } -p -, h1 -, h2{ - font-family: sans-serif; -} - .content { position: absolute; margin: auto; @@ -51,6 +45,7 @@ h3, h4, h6 { color: white; + font-family: rawengulk-sans; } div { @@ -87,3 +82,7 @@ div { font-family: rawengulk-sans; font-size: 1.5em; } + +#downloadLink { + font-size: 2em; +}