Skip to content

Commit

Permalink
Use Rubik font in page header as well
Browse files Browse the repository at this point in the history
  • Loading branch information
orzechow committed Oct 11, 2024
1 parent ad495ac commit 80c9518
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/assets/_sass/fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ body {
font-family: "Source Sans 3", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.page-header {
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Rubik';
}
}
.main-content {
h1,
h2,
Expand Down

0 comments on commit 80c9518

Please sign in to comment.