Skip to content

Commit

Permalink
Updated home page intro card font family.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbohacek committed Oct 12, 2022
1 parent 6d64718 commit 3184709
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion css-critical/styles.css

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8325,8 +8325,7 @@ div#menu-wrapper {
margin: 2rem 0; }
body.home article h2,
div#menu-wrapper h2 {
font-family: "Open Sans", sans-serif;
font-weight: normal;
font-family: "Abril Fatface";
text-transform: lowercase;
margin-top: 3rem;
font-size: 3rem;
Expand Down
2 changes: 1 addition & 1 deletion css/styles.min.css

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions fonts.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,5 +302,24 @@
font-weight: 400;
font-display: swap;
src: local('Bree Serif Regular'), local('BreeSerif-Regular'), url(https://fonts.gstatic.com/l/font?kit=4UaHrEJCrhhnVA3DgluAx6jj4JN0GQUkVz1HiP0&skey=31c3ad25dd3d74b0&v=v10) format('woff2');
}
/* latin-ext */
@font-face {
font-family: 'Abril Fatface';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/abrilfatface/v19/zOL64pLDlL1D99S8g8PtiKchq-lmjdLh.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Abril Fatface';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(https://fonts.gstatic.com/s/abrilfatface/v19/zOL64pLDlL1D99S8g8PtiKchq-dmjQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
</style>
3 changes: 1 addition & 2 deletions src/styles/home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ div#menu-wrapper{
margin: 2rem 0;
}
h2{
font-family: $body-font-family;
font-weight: normal;
font-family: "Abril Fatface";
text-transform: lowercase;
margin-top: 3rem;
font-size: 3rem;
Expand Down

0 comments on commit 3184709

Please sign in to comment.