Skip to content

Commit

Permalink
Set degular as font for headers
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Ribeiro-Dantas <[email protected]>
  • Loading branch information
mribeirodantas committed Oct 23, 2023
1 parent 46ef42a commit db10a60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,33 +19,39 @@
.md-typeset h1 {
color: var(--md-default-fg-color);
font-size: 2rem;
font-family: 'degular';
line-height: 2.5rem;
font-weight: 600;
letter-spacing: 0;
margin-bottom: 0.5em;
}
.md-typeset h2 {
font-size: 1.5rem;
font-family: 'degular';
line-height: 2rem;
font-weight: 600;
letter-spacing: 0;
}
.md-typeset h3 {
font-size: 1.2rem;
font-family: 'degular';
line-height: 1.5rem;
font-weight: 600;
letter-spacing: 0;
}
@media (min-width: 768px) {
.md-typeset h1 {
font-family: 'degular';
font-size: 3.2rem;
line-height: 4rem;
}
.md-typeset h2 {
font-family: 'degular';
font-size: 2rem;
line-height: 2.5rem;
}
.md-typeset h3 {
font-family: 'degular';
font-size: 1.5rem;
line-height: 2rem;
}
Expand Down

0 comments on commit db10a60

Please sign in to comment.