Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
Fix font
Browse files Browse the repository at this point in the history
  • Loading branch information
willpill committed Jan 5, 2024
1 parent 817db88 commit 66e51c6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions src/components/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
.all-schedules-link {
color: var(--Pink, #fbe4df);
/* Link */
font-family: Neue Haas Grotesk Text Pro;
font-size: 0.75rem;
font-style: normal;
font-weight: 400;
Expand Down Expand Up @@ -126,13 +125,13 @@

.period-name {
/* Text */
font-family: Neue Haas Grotesk Display Pro;
font-family: "neue-haas-grotesk-display", sans-serif;
font-size: 0.75rem;
font-weight: 400;
}

.period-time {
font-family: Neue Haas Grotesk Text Pro;
font-family: "neue-haas-grotesk-text", sans-serif;
font-size: 1.1rem;
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/NonPage/DateCrawler.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
align-self: center;
color: var(--Main-Blue, #051e4f);
/* Caption */
font-family: Neue Haas Grotesk Text Pro;
font-family: "neue-haas-grotesk-text", sans-serif;
font-size: 1rem;
font-style: normal;
font-weight: 300;
Expand Down
4 changes: 2 additions & 2 deletions src/components/NonPage/Initiatives.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}

.event-title {
font-family: Neue Haas Grotesk Display Pro;
font-family: "neue-haas-grotesk-display", sans-serif;
font-size: 1rem;
font-weight: 450;
line-height: normal;
Expand All @@ -70,7 +70,7 @@
.event-date {
color: var(--Main-Blue, #051e4f);
/* Caption */
font-family: Neue Haas Grotesk Text Pro;
font-family: "neue-haas-grotesk-text", sans-serif;
font-size: 0.75rem;
font-weight: 400;
line-height: 100%; /* 0.75rem */
Expand Down
2 changes: 1 addition & 1 deletion src/components/NonPage/crawlerEllipse.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
text-align: center;

/* Caption */
font-family: Neue Haas Grotesk Text Pro;
font-family: "neue-haas-grotesk-text", sans-serif;
font-size: 1rem;
font-style: normal;
font-weight: 400;
Expand Down
4 changes: 2 additions & 2 deletions src/components/People.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
transform: rotate(180deg);
color: #fbe4df;
font-size: 128px;
font-family: Neue Haas Grotesk Display Pro;
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 350;
line-height: 108.8px;
word-wrap: break-word;
Expand Down Expand Up @@ -194,7 +194,7 @@
transform: rotate(0deg);
color: #fbe4df;
font-size: 128px;
font-family: Neue Haas Grotesk Display Pro;
font-family: "neue-haas-grotesk-display", sans-serif;
font-weight: 350;
line-height: 108.8px;
word-wrap: break-word;
Expand Down

0 comments on commit 66e51c6

Please sign in to comment.