Skip to content

Commit

Permalink
Merge pull request #52
Browse files Browse the repository at this point in the history
FIXED: Element: Headings: Some minor bug fixes
  • Loading branch information
SagnikGanguly96 authored Dec 30, 2022
2 parents 77a0fea + a03739a commit f37d99f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/css/elements.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,21 @@ ul:last-of-type {
}

h1, h2, h3, h4, h5, h6 {
font-family: var(--sgn-font-default-bold);
margin: var(--margin-md) 0;
}

h1, h2 {
font-family: var(--sgn-font-default-bold);
}

h3, h4 {
font-family: var(--sgn-font-default-medium);
}

h5, h6 {
font-family: var(--sgn-font-default-regular);
}

h1 {
font-size: 2rem;
}
Expand Down

0 comments on commit f37d99f

Please sign in to comment.