diff options
Diffstat (limited to 'src/templates')
| -rw-r--r-- | src/templates/base.html | 6 | ||||
| -rw-r--r-- | src/templates/page.html | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/templates/base.html b/src/templates/base.html index 146a7c9..56c89fc 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -12,15 +12,15 @@ } @font-face { - font-family: 'FiraCode Nerd Font Mono'; + font-family: 'FiraMono Nerd Font Mono'; font-weight: regular; - src: url("/FiraCodeNerdFontMono-Regular.ttf"); + src: url("/FiraMonoNerdFontMono-Regular.otf"); } body { background: black; color: white; - font-family: 'FiraCode Nerd Font Mono', monospace; + font-family: 'FiraMono Nerd Font Mono', monospace; font-size: 11pt; margin-left: 15%; margin-right: 15%; diff --git a/src/templates/page.html b/src/templates/page.html index 7854a72..40024c9 100644 --- a/src/templates/page.html +++ b/src/templates/page.html @@ -13,7 +13,7 @@ <!--: replace footer --> <p> - made with <em class="heart"><3</em> by <a href="/members#rosa">rosa</a> + made with <3 by <a href="/members#rosa">rosa</a> // <a rel="external" href="https://git.eviltransgenders.club/www.eviltransgenders.club">view the source</a> </p> <!--: endreplace --> |
