Skip to content

Commit

Permalink
Change default san-serif font to Montserrat
Browse files Browse the repository at this point in the history
see #12
  • Loading branch information
sSwerk committed Jul 20, 2022
1 parent 5f9ea4f commit af02397
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions _sass/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

//$sans-serif-font-family: Yantramanav, Helvetica, sans-serif;
$sans-serif-font-family: Montserrat, Helvetica, sans-serif;
$serif-font-family: Lato, Helvetica, sans-serif;
$slab-font-family: Yantramanav, Helvetica, sans-serif;
$serif-font-family: Montserrat, Helvetica, sans-serif;
$slab-font-family: Montserrat, Helvetica, sans-serif;

$page-title-font-family: $sans-serif-font-family;
$page-title-font-weight: 600;//300;
Expand Down
3 changes: 2 additions & 1 deletion _sass/base/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Typography
$sans-serif: $helvetica;
//$sans-serif: $helvetica;
$sans-serif: Montserrat, Helvetica, sans-serif;
$serif: $georgia;
$base-font-family: $sans-serif;

Expand Down
10 changes: 5 additions & 5 deletions css/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ footer {
// }

.logo-subtitle {
font-family: Lato,Helvetica,sans-serif;
font-family: $serif-font-family;
font-size: .7em;
line-height: 16px;
font-weight: 550;
Expand Down Expand Up @@ -1117,7 +1117,7 @@ footer {
}

.home-content-main {
font-family: Lato,Helvetica,sans-serif;
font-family: $serif-font-family;
font-weight: 400;
font-style: normal;
font-size: .9em;
Expand All @@ -1129,7 +1129,7 @@ footer {
}

.home-content-aside {
font-family: Lato,Helvetica,sans-serif;
font-family: $serif-font-family;
font-weight: 400;
font-style: normal;
font-size: .9em;
Expand All @@ -1154,7 +1154,7 @@ ul.contact-list li {
line-height: 1.2em;
vertical-align: top;
color: #333;
font-family: Lato,Helvetica,sans-serif;
font-family: $serif-font-family;
font-weight: 400;
font-size: .9em;
font-style: normal;
Expand All @@ -1173,7 +1173,7 @@ ul.project-icon-list li {
line-height: 1.2em;
vertical-align: top;
color: #333;
font-family: Lato,Helvetica,sans-serif;
font-family: $serif-font-family;
font-weight: 400;
font-size: .9em;
font-style: normal;
Expand Down

0 comments on commit af02397

Please sign in to comment.