diff --git a/src/dependencies.pug b/src/dependencies.pug index 722df98..1e61912 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -11,7 +11,7 @@ script( script(src="/scripts/index.js") // Stylesheets -//link(rel='stylesheet', href='/lib/normalize.css') +link(rel='stylesheet', href='/lib/normalize.css') link(rel='stylesheet', href='/styles/index.css') link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&subset=latin-ext') link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i') diff --git a/src/index.pug b/src/index.pug index d32d309..efe04b1 100644 --- a/src/index.pug +++ b/src/index.pug @@ -1,5 +1,4 @@ include get_config.pug - html(lang="en") head meta(charset="UTF-8") diff --git a/src/styles/main.scss b/src/styles/main.scss index 484dfd6..fd2779a 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -4,10 +4,6 @@ display: none !important; } -* { - box-sizing: border-box; -} - :root { font-size: 62.5%; font-family: Open Sans, sans-serif;