Skip to content

Commit

Permalink
Update font-family in SectionMembers h2 element
Browse files Browse the repository at this point in the history
Added serif as a fallback font in the SectionMembers h2 element. This ensures that if the main font fails to load, the text will still be rendered adequately.
  • Loading branch information
leolabdev committed Sep 20, 2024
1 parent d9e2ee9 commit f5d1ac0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

h2{
font-size: clamp(40px, 7vw, 50px);
font-family: var(--font-family-main);
font-family: var(--font-family-main), serif;
line-height: 1.5;
font-weight: bold;
color: #e89dff;
Expand Down

0 comments on commit f5d1ac0

Please sign in to comment.