diff options
Diffstat (limited to '')
| -rw-r--r-- | static/style.css | 9 | ||||
| -rw-r--r-- | templates/base.html | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/static/style.css b/static/style.css index 0a56507..e3b083f 100644 --- a/static/style.css +++ b/static/style.css @@ -47,7 +47,7 @@ body { body { background-color: #80a7e3; color: #311f20; - font-family: 'Go Mono'; + font-family: 'Redaction'; padding: 0; margin: 0; font-size: 16px; @@ -67,7 +67,7 @@ body { h2 { font-size: 2em; - font-family: PicNic; + font-family: Redaction_35; } a { @@ -232,7 +232,7 @@ footer { word-break: keep-all; z-index: 10; display: inline-block; - font-family: 'kaeru kaeru'; + font-family: Redaction_50; font-size: 2em; margin: 0; padding: min(3vw, 75px) min(4vw, 100px); @@ -403,7 +403,6 @@ iframe { /* blog */ .blogpost { - font-family: Sligoil; max-width: 900px; } @@ -423,7 +422,7 @@ iframe { } .blogpost .title { - font-family: 'kaeru kaeru'; + font-family: Redaction_50; font-size: 4em; margin: 0.5em 0 0; } diff --git a/templates/base.html b/templates/base.html index 790e5c8..36cb4c1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -50,7 +50,7 @@ <li><a class="{% block nav_contact %}{% endblock %}" style="font-family: 'Compagnon Roman';" href="/contact">Kontakt</a></li> <li><a class="{% block nav_poetry %}{% endblock %}" href="/poetry" style="font-family: Louise">Poesia</a></li> - <li><a class="{% block nav_blog %}{% endblock %}" style="font-family: Sligoil" href="/blog">Weblog</a></li> + <li><a class="{% block nav_blog %}{% endblock %}" style="font-family: Redaction_50" href="/blog">Weblog</a></li> <li><a class="{% block nav_listens %}{% endblock %}" style="font-family: 'Almendra Display'; font-weight: 900;" href="https://listenbrainz.org/user/celblossom">Écoute</a></li> <li><a href="https://bimbo.video/a/cel" style="font-family: 'Mon Hugo In'">Video</a></li> |
