Adding MG_DISABLE_SUMMARY + ensuring W3C validator-compliant

This commit is contained in:
Lucas Cimon
2017-08-09 02:11:13 +02:00
parent 33d690f035
commit 1f204bb2d9
8 changed files with 39 additions and 26 deletions

View File

@@ -1,5 +1,9 @@
html, h1 {
font-family: "Oswald", "Helvetica Neue",Helvetica,Arial,sans-serif; }
html {
font: 400 14px / 20px "Oswald", "Helvetica Neue",Helvetica,Arial,sans-serif; }
font-weight: 400;
font-size: 14px;
line-height: 20px; }
a {
color: #33b5e5; }