Skip to content

Commit

Permalink
Georgia font
Browse files Browse the repository at this point in the history
  • Loading branch information
Shichun-Liu committed Feb 12, 2025
1 parent 8260824 commit 36ffa17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _sass/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
}

a {
text-decoration: underline;
text-decoration: none;

&:hover {
text-decoration: underline;
Expand Down Expand Up @@ -409,4 +409,4 @@
margin-bottom: 10px;
font-size: $type-size-6;
text-transform: uppercase;
}
}
4 changes: 2 additions & 2 deletions _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ $indent-var : 0.5em;

/* system typefaces */
$serif : Georgia, Times, serif;
$sans-serif : "Trebuchet MS", Helvetica, sans-serif;
// $sans-serif : Georgia, serif, sans-serif;
// $sans-serif : "Trebuchet MS", Helvetica, sans-serif;
$sans-serif : Georgia, serif, sans-serif;

// $sans-serif : -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
$monospace : Monaco, Consolas, "Lucida Console", monospace;
Expand Down

0 comments on commit 36ffa17

Please sign in to comment.