This commit is contained in:
2025-05-07 10:07:26 -07:00
parent ea8aa155a1
commit 9d70cd34ed
4 changed files with 4 additions and 3 deletions

2
dist/app.css vendored
View File

@@ -12033,7 +12033,7 @@ a {
text-decoration: none;
}
.goudy, .team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .h2 {
.goudy, .team-member .bio-wrapper .right h2, .team-member .bio-wrapper .right .h2, .intro_block h1, .team-member-top h1, .intro_block .h1, .team-member-top .h1 {
font-family: "Goudy Bookletter 1911", serif;
}

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
"/app.css": "/app.css?id=cc993ced1a7c090aa2e8f0421e54419a"
"/app.css": "/app.css?id=a52e686c84a4c8fb1158129214c00a8e"
}

View File

@@ -9,6 +9,7 @@
align-items: center;
h1 {
@extend .goudy;
margin: 0;
font-size: 96px;
line-height: 96px;

View File

@@ -2,7 +2,7 @@
<div class="container">
<div class="row">
<div class="col">
<h1 class="goudy">{{ header_text }}</h1>
<h1>{{ header_text }}</h1>
</div>
</div>
</div>