Skip to content

Commit

Permalink
Attempt to fix font-sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
sdvg committed Nov 7, 2023
1 parent 9d02aaf commit b10c284
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 2 additions & 5 deletions packages/samples/react/src/style.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
* {
font-family: Verdana;
}

body {
margin: 0;
font-family: Verdana;
}

dl,
Expand Down Expand Up @@ -45,4 +42,4 @@ hr {
.no-print * {
display: none !important;
}
}
}
7 changes: 5 additions & 2 deletions packages/themes/bzst/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,13 @@ export const BZSt = KoliBri.createTheme('bzst', {
}
:host {
color: var(--color-black);
font-family: var(--font-family);
}
:host * {
* {
box-sizing: border-box;
font-family: unset;
}
body {
font-family: var(--font-family);
}
h1,
h2,
Expand Down

0 comments on commit b10c284

Please sign in to comment.