style: tweak footer font
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
--font-body: "JetBrains Mono", monospace;
|
--font-body: "JetBrains Mono", monospace;
|
||||||
--font-display: "Cormorant Garamond", serif;
|
--font-display: "Cormorant Garamond", serif;
|
||||||
|
--font-accent: "Caveat", cursive;
|
||||||
--text-body: 400 14px / 24px var(--font-body);
|
--text-body: 400 14px / 24px var(--font-body);
|
||||||
--text-display: 400 42px / 1.2 var(--font-display);
|
--text-display: 400 42px / 1.2 var(--font-display);
|
||||||
--text-headline: 400 24px / 32px var(--font-display);
|
--text-headline: 400 24px / 32px var(--font-display);
|
||||||
@@ -218,8 +219,7 @@
|
|||||||
|
|
||||||
.footer-note {
|
.footer-note {
|
||||||
color: var(--text-muted);
|
color: var(--text-muted);
|
||||||
font: 400 18px / 28px var(--font-display);
|
font: 400 20px / 28px var(--font-accent);
|
||||||
font-style: italic;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-sidebar .footer-note {
|
.site-sidebar .footer-note {
|
||||||
@@ -229,8 +229,9 @@
|
|||||||
|
|
||||||
.page-footer {
|
.page-footer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
justify-content: space-between;
|
||||||
gap: var(--space-3);
|
align-items: baseline;
|
||||||
|
flex-wrap: wrap;
|
||||||
padding-top: var(--space-3);
|
padding-top: var(--space-3);
|
||||||
padding-bottom: var(--space-8);
|
padding-bottom: var(--space-8);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ site.Params.description }}{{ end }}">
|
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ site.Params.description }}{{ end }}">
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Caveat:wght@400&family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet">
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet">
|
||||||
{{ $style := resources.Get "css/starless.css" | minify | fingerprint }}
|
{{ $style := resources.Get "css/starless.css" | minify | fingerprint }}
|
||||||
<link rel="stylesheet" href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}">
|
<link rel="stylesheet" href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}">
|
||||||
|
|||||||
Reference in New Issue
Block a user