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

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