Skip to content

Commit

Permalink
fix: font-family not inherited
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchappell committed Oct 28, 2024
1 parent 8e586ac commit 191bb3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/sass/formeo.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
.formeo {
* {
box-sizing: inherit;
font-family: inherit;
}

@include meta.load-css("base/bs");
Expand Down

0 comments on commit 191bb3e

Please sign in to comment.