introduce prettierrc formatting

This commit is contained in:
John Gatward
2026-03-31 22:19:53 +01:00
parent 415b76532a
commit 7c58ce135c
100 changed files with 85618 additions and 11596 deletions

View File

@@ -17,7 +17,7 @@ body {
}
.nf-code {
font-family: "Fraunces", serif;
font-family: 'Fraunces', serif;
font-size: clamp(7rem, 22vw, 16rem);
font-weight: 600;
line-height: 1;
@@ -44,7 +44,7 @@ body {
.nf-eyebrow::before,
.nf-eyebrow::after {
content: "";
content: '';
display: block;
height: 1px;
width: 3rem;
@@ -53,7 +53,7 @@ body {
}
.nf-heading {
font-family: "Fraunces", serif;
font-family: 'Fraunces', serif;
font-size: clamp(1.6rem, 4vw, 2.8rem);
font-weight: 600;
color: var(--text);