Skip to content

Commit

Permalink
Use sans-serif fonts as fallbacks for SDG titles
Browse files Browse the repository at this point in the history
This way titles look a little less broken during the time the font is
downloaded.
  • Loading branch information
javierm committed Sep 1, 2021
1 parent 937c7ec commit 5f14606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/sdg/goals/show.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
h1 {
align-items: center;
display: flex;
font-family: "Oswald" !important;
font-family: "Oswald", "Source Sans Pro", sans-serif !important;
font-weight: 500;
letter-spacing: -1px;
line-height: 1.1;
Expand Down

0 comments on commit 5f14606

Please sign in to comment.