updated title and body font to use Roboto Flex
This commit is contained in:
@@ -78,7 +78,6 @@
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0px;
|
||||
font-weight: 900;
|
||||
/* font-style: italic; */
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
@@ -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