summaryrefslogtreecommitdiff
path: root/comic/templates/issue.html.j2
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2026-03-14 17:37:17 +0100
committerBotond Hende <nettingman@gmail.com>2026-03-14 17:37:17 +0100
commitda245099908fd0c0b21dbb7f56047595f734cc01 (patch)
tree57801aaaa8046de1934e5d10cb73998a8f15b36d /comic/templates/issue.html.j2
parent5a866b9b129479de85e892752fd6ede6627cee55 (diff)
changed font on comic site
Diffstat (limited to 'comic/templates/issue.html.j2')
-rw-r--r--comic/templates/issue.html.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/comic/templates/issue.html.j2 b/comic/templates/issue.html.j2
index 9d1b88a..7674dfd 100644
--- a/comic/templates/issue.html.j2
+++ b/comic/templates/issue.html.j2
@@ -9,6 +9,7 @@
<meta property="og:url" content="{{ url }}" />
<link rel="stylesheet" href="{{ site.assets_path_static }}/css/bootstrap-grid.min.css" />
<link rel="stylesheet" href="{{ site.assets_path }}/css/comic.css" />
+ <link rel="stylesheet" href="{{ site.assets_path }}/css/font.css" />
</head>
<body>
<div class="bootstrap-wrapper">
@@ -49,6 +50,7 @@
<p>This comic series is heavily inspired by <a href="https://xkcd.com">XKCD</a></p>
<hr>
<p>The comic is licenced under <a href="https://creativecommons.org/licenses/by-nc/4.0/legalcode.en">Creative Commons Attribution-NonCommercial 4.0</a></p>
+ <p><a href="https://github.com/sebsan/bagnard/">Bagnard font</a> by Sebastien Sanfilippo</p>
</footer>
</div>
</div>