diff --git a/src/dependencies.pug b/src/dependencies.pug index 722df98747b330343c21bcdb4a3d1fa9663aa334..1e619128ffd4b050c1458a427b870ec92b97db12 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 d32d309bafca8c6f04f0a51e6e27e678a6828cad..efe04b112d2e63241abfbac1bab35e1aa8e3f829 100644 --- a/src/index.pug +++ b/src/index.pug @@ -1,5 +1,4 @@ include get_config.pug -<!DOCTYPE html> html(lang="en") head meta(charset="UTF-8") diff --git a/src/styles/main.scss b/src/styles/main.scss index 484dfd6a8b5418576b3d8e930da52976451b811a..fd2779a15823332e3600be2523fd632d040540c3 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;