Skip to content

Commit

Permalink
Use better font and fix schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
rdfurman committed Apr 27, 2024
1 parent a63548b commit c5e3abd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"license": "0BSD",
"dependencies": {
"@emotion/react": "^11.11.4",
"@fontsource/style-script": "^5.0.20",
"@fontsource-variable/dancing-script": "^5.0.18",
"babel-plugin-styled-components": "^2.0.7",
"gatsby": "^5.13.4",
"gatsby-plugin-emotion": "^8.13.1",
Expand Down
8 changes: 4 additions & 4 deletions src/pages/wedding.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "@fontsource/style-script";
import "@fontsource-variable/dancing-script";
import { StaticImage } from "gatsby-plugin-image";
import React from "react";
import Gallery from "../components/gallery";
Expand Down Expand Up @@ -47,20 +47,20 @@ const WeddingHome = () => {
<h1
style={{
fontWeight: "bolder",
fontFamily: "'Style Script', cursive",
fontFamily: "'Dancing Script Variable', cursive",
}}
>
We're Getting Hitched!
</h1>
<h3
style={{
fontWeight: "bolder",
fontFamily: "'Style Script', cursive",
fontFamily: "'Dancing Script Variable', cursive",
}}
>
2024-10-18
</h3>
<h3 style={{ fontFamily: "'Style Script', cursive" }}>
<h3 style={{ fontFamily: "'Dancing Script Variable', cursive" }}>
Mountain-Aire Resort & Campground
</h3>
</div>
Expand Down
3 changes: 2 additions & 1 deletion src/pages/weddinginfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ const WeddingInfo = () => {
<InfoBoxTitle>Info</InfoBoxTitle>
<h3>Schedule</h3>
<p>
3PM - Ceremony
<h5>October 18, 2024</h5>
5PM - Ceremony
<br />
6PM - Dinner
</p>
Expand Down

0 comments on commit c5e3abd

Please sign in to comment.