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

@@ -78,7 +78,6 @@
left: 0;
right: 0;
bottom: 0px;
font-weight: 900;
/* font-style: italic; */
}

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);
}

View File

@@ -31,7 +31,7 @@
{#snippet galleryEntry({entry}: {entry: GalleryEntry})}
<a class="entry" href="{entry.link}">
<img src="{entry.img}">
<p>{entry.title}</p>
<p class="wide-font">{entry.title}</p>
<p>{@html entry.subtitle}</p>
</a>
{/snippet}
@@ -76,7 +76,7 @@
font-size: 20px;
margin-top: 12px;
font-family: var(--font-title);
font-size: 1.1rem;
font-size: 1.2rem;
font-weight: 800;
font-style: italic;
}