Skip to content

Commit

Permalink
Fix: Make font-family fallback actually work as documented
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Nov 23, 2021
1 parent 57becf7 commit 52e2656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// ==========

--lmcccm-p-base-font-size: var(--lmcccm-base-font-size, #{tokens.$font-size-base});
--lmcccm-p-font-family: var(--lmcccm-font-family, #{tokens.$font-family-default});
--lmcccm-p-font-family: var(--lmcccm-font-family, #{tokens.$font-family-default}), inherit;

//
// Light Mode
Expand Down

0 comments on commit 52e2656

Please sign in to comment.