Skip to content

Commit

Permalink
updated font for currents titles
Browse files Browse the repository at this point in the history
  • Loading branch information
SPucino committed Jan 18, 2024
1 parent b82cb00 commit 057b438
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion map/style.css.map

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

2 changes: 1 addition & 1 deletion src/sass/partials/_architecture.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
text-transform: uppercase;
font-weight: 800;
margin-top:0;
margin-bottom: 1.5em;
margin-bottom: 2em;
}
11 changes: 6 additions & 5 deletions src/sass/partials/_type.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
max-width: 500px;
}


.architecture-currents .entry-header h1.entry-title {
font-family: "Zilla Slab", "Lato", "Hind", sans-serif;
font-size: 2.6rem;
letter-spacing: -.05rem;
color: #4968a1;
font-family: "Lato", "Hind", Arial, sans-serif;
font-size: 2.5rem;
font-weight: 700;
max-width: 800px;
}

h1.contents-title {
Expand All @@ -33,7 +34,7 @@ h2.department-title {
}

.cl-overlay.share-with-us h1 {
font-family: "Zilla Slab", "Lato", "Hind", sans-serif;
font-family: "Lato", "Hind", sans-serif;
font-size: 2.4rem;
letter-spacing: -.05rem;
}
2 changes: 1 addition & 1 deletion style.css

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

0 comments on commit 057b438

Please sign in to comment.