Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0

Remove Roboto Condensed link and changed font to Arial

This commit is contained in:
Bauke 2018-07-28 01:15:47 +02:00
parent 163f526b18
commit 9b2f489e15
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
5 changed files with 1 additions and 9 deletions

View File

@ -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")

View File

@ -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")

View File

@ -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")

View File

@ -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")

View File

@ -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