From 9b2f489e1538b7bbb1e41c5dfb4301656fc62021 Mon Sep 17 00:00:00 2001 From: Bauke Date: Sat, 28 Jul 2018 01:15:47 +0200 Subject: [PATCH] Remove Roboto Condensed link and changed font to Arial --- src/index.pug | 2 -- src/posts/june-2018.pug | 2 -- src/posts/may-2018.pug | 2 -- src/posts/template.pug | 2 -- src/sass/common.sass | 2 +- 5 files changed, 1 insertion(+), 9 deletions(-) diff --git a/src/index.pug b/src/index.pug index 61bd333..f5353a0 100644 --- a/src/index.pug +++ b/src/index.pug @@ -5,8 +5,6 @@ html(lang="en") title Tildes Issue Log link(rel="stylesheet", href="css/common.css") link(rel="stylesheet", href="css/index.css") - //- TODO: add Roboto Condensed in src/fonts and import from there - link(rel="stylesheet", href="https://fonts.googleapis.com/css?family=Roboto+Condensed") //- NOTE: favicons are under "src/favicons" but in "public/" for build link(rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png") link(rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png") diff --git a/src/posts/june-2018.pug b/src/posts/june-2018.pug index 2813a05..958d6c6 100644 --- a/src/posts/june-2018.pug +++ b/src/posts/june-2018.pug @@ -5,8 +5,6 @@ html(lang="en") title June 2018 link(rel="stylesheet", href="../css/common.css") link(rel="stylesheet", href="../css/post.css") - //- TODO: add Roboto Condensed in src/fonts and import from there - link(rel="stylesheet", href="https://fonts.googleapis.com/css?family=Roboto+Condensed") //- NOTE: favicons are under "src/favicons" but in "public/" for build link(rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png") link(rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png") diff --git a/src/posts/may-2018.pug b/src/posts/may-2018.pug index dd835f7..5aca95e 100644 --- a/src/posts/may-2018.pug +++ b/src/posts/may-2018.pug @@ -5,8 +5,6 @@ html(lang="en") title May 2018 link(rel="stylesheet", href="../css/common.css") link(rel="stylesheet", href="../css/post.css") - //- TODO: add Roboto Condensed in src/fonts and import from there - link(rel="stylesheet", href="https://fonts.googleapis.com/css?family=Roboto+Condensed") //- NOTE: favicons are under "src/favicons" but in "public/" for build link(rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png") link(rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png") diff --git a/src/posts/template.pug b/src/posts/template.pug index 019f0be..2e62089 100644 --- a/src/posts/template.pug +++ b/src/posts/template.pug @@ -5,8 +5,6 @@ html(lang="en") title Month Year link(rel="stylesheet", href="../css/common.css") link(rel="stylesheet", href="../css/post.css") - //- TODO: add Roboto Condensed in src/fonts and import from there - link(rel="stylesheet", href="https://fonts.googleapis.com/css?family=Roboto+Condensed") //- NOTE: favicons are under "src/favicons" but in "public/" for build link(rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png") link(rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png") diff --git a/src/sass/common.sass b/src/sass/common.sass index 93f781d..1b57290 100644 --- a/src/sass/common.sass +++ b/src/sass/common.sass @@ -9,7 +9,7 @@ h1, h2, h3, h4, h5 body color: $foreground background-color: $background - font-family: 'Roboto Condensed', sans-serif + font-family: Arial, sans-serif #wrapper width: 75vw