diff options
Diffstat (limited to 'comic/templates/issue.html.j2')
| -rw-r--r-- | comic/templates/issue.html.j2 | 2 |
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> |
