Skip to content

Commit

Permalink
Fix heading font size
Browse files Browse the repository at this point in the history
  • Loading branch information
brianrourkeboll committed May 15, 2024
1 parent ba862df commit a535b92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/content/fsdocs-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ code,
.fssnip {
font-feature-settings: 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'zero', 'onum', 'calt';
}

h1 code,
h2 code,
h3 code {
font-weight: 300;
font-size: unset;
}

0 comments on commit a535b92

Please sign in to comment.