updated title and body font to use Roboto Flex

This commit is contained in:
2025-08-15 20:30:20 +02:00
parent 95e4b0166c
commit 5b46fd8f13
13 changed files with 29 additions and 67 deletions

View File

@@ -3,7 +3,7 @@
<a class="favicon" href="/">
<img class="favicon-image" src="/favicon.webp" alt="Favicon">
</a>
<div class="links">
<div class="links wide-font">
<span>»</span>
<a href="/projects">Projects</a>
<span> // </span>
@@ -59,7 +59,7 @@
a, span {
font-family: var(--font-title);
font-size: 1rem;
font-weight: 700;
font-weight: 800;
color: var(--color-text);
}