Skip to content

Commit

Permalink
Add --font-stack--headings
Browse files Browse the repository at this point in the history
This makes it possible to set a different font stack for headings.
  • Loading branch information
pradyunsg committed Jan 30, 2024
1 parent ae21077 commit eb9d749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/furo/assets/styles/variables/_fonts.scss
Expand Up @@ -10,6 +10,7 @@
sans-serif, Apple Color Emoji, Segoe UI Emoji;
--font-stack--monospace: "SFMono-Regular", Menlo, Consolas, Monaco,
Liberation Mono, Lucida Console, monospace;
--font-stack--headings: var(--font-stack);

--font-size--normal: 100%;
--font-size--small: 87.5%;
Expand Down

0 comments on commit eb9d749

Please sign in to comment.