author | Alan Dipert
<alan@dipert.org> 2019-12-26 07:51:27 UTC |
committer | Alan Dipert
<alan@dipert.org> 2019-12-26 07:51:27 UTC |
parent | aa13983879e266425cb3c09713f091421ba2df0f |
style.css | +1 | -0 |
templates/article.html | +1 | -0 |
templates/index.html | +1 | -0 |
diff --git a/style.css b/style.css index dbdf593..165dfaa 100644 --- a/style.css +++ b/style.css @@ -10,6 +10,7 @@ body { h1, h2, h3 { + font-family: 'Exo', sans-serif; line-height: 1.2; color: #99021d; } diff --git a/templates/article.html b/templates/article.html index 2dbd10e..686a238 100644 --- a/templates/article.html +++ b/templates/article.html @@ -1,6 +1,7 @@ <html> <head> <title>$title$ - Just Lisp Things</title> + <link href="https://fonts.googleapis.com/css?family=Exo:700i&display=swap" rel="stylesheet"> <link rel="stylesheet" href="../style.css"/> <link rel="stylesheet" href="../code_highlight.css"/> <link rel="alternate" type="application/atom+xml" href="../atom.xml"/> diff --git a/templates/index.html b/templates/index.html index aec7554..5393001 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,6 +5,7 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Just Lisp Things</title> + <link href="https://fonts.googleapis.com/css?family=Exo:700i&display=swap" rel="stylesheet"> <link rel="stylesheet" href="style.css"/> </head>