Remove Roboto Condensed link and changed font to Arial
This commit is contained in:
parent
163f526b18
commit
9b2f489e15
|
@ -5,8 +5,6 @@ html(lang="en")
|
||||||
title Tildes Issue Log
|
title Tildes Issue Log
|
||||||
link(rel="stylesheet", href="css/common.css")
|
link(rel="stylesheet", href="css/common.css")
|
||||||
link(rel="stylesheet", href="css/index.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
|
//- 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")
|
||||||
link(rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png")
|
link(rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png")
|
||||||
|
|
|
@ -5,8 +5,6 @@ html(lang="en")
|
||||||
title June 2018
|
title June 2018
|
||||||
link(rel="stylesheet", href="../css/common.css")
|
link(rel="stylesheet", href="../css/common.css")
|
||||||
link(rel="stylesheet", href="../css/post.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
|
//- 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")
|
||||||
link(rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png")
|
link(rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png")
|
||||||
|
|
|
@ -5,8 +5,6 @@ html(lang="en")
|
||||||
title May 2018
|
title May 2018
|
||||||
link(rel="stylesheet", href="../css/common.css")
|
link(rel="stylesheet", href="../css/common.css")
|
||||||
link(rel="stylesheet", href="../css/post.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
|
//- 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")
|
||||||
link(rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png")
|
link(rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png")
|
||||||
|
|
|
@ -5,8 +5,6 @@ html(lang="en")
|
||||||
title Month Year
|
title Month Year
|
||||||
link(rel="stylesheet", href="../css/common.css")
|
link(rel="stylesheet", href="../css/common.css")
|
||||||
link(rel="stylesheet", href="../css/post.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
|
//- 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")
|
||||||
link(rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png")
|
link(rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png")
|
||||||
|
|
|
@ -9,7 +9,7 @@ h1, h2, h3, h4, h5
|
||||||
body
|
body
|
||||||
color: $foreground
|
color: $foreground
|
||||||
background-color: $background
|
background-color: $background
|
||||||
font-family: 'Roboto Condensed', sans-serif
|
font-family: Arial, sans-serif
|
||||||
|
|
||||||
#wrapper
|
#wrapper
|
||||||
width: 75vw
|
width: 75vw
|
||||||
|
|
Reference in New Issue