updated title and body font to use Roboto Flex
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user