Skip to content

Commit

Permalink
✨ feat(font.scss): Add font-primary and font-secondary classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiderpig86 committed Feb 10, 2022
1 parent 4d6f8a8 commit 5e67315
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
6 changes: 5 additions & 1 deletion dist/cirrus-core.css
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,11 @@ mark,
background-color: #f0e8c4;
}

.font-alt {
.font-primary {
font-family: "Montserrat";
}

.font-alt, .font-secondary {
font-family: "Nunito Sans";
}

Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus-core.min.css

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion dist/cirrus.css
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,11 @@ mark,
background-color: #f0e8c4;
}

.font-alt {
.font-primary {
font-family: "Montserrat";
}

.font-alt, .font-secondary {
font-family: "Nunito Sans";
}

Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus.min.css

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion src/base/font.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ mark,
background-color: #f0e8c4;
}

.font-alt {
.font-primary {
font-family: 'Montserrat';
}

.font-alt, .font-secondary {
font-family: 'Nunito Sans';
}

Expand Down

0 comments on commit 5e67315

Please sign in to comment.