Skip to content

Commit 4e04eac

Browse files
authored
Merge pull request #1337 from rebecca-shoptaw/webdev-5078/fix/ensure-btn-font-inheritance
Ensure bookreader buttons inherit body font stack
2 parents 82975be + ad1b546 commit 4e04eac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/BookNavigator/assets/button-base.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export default css`
1212
text-align: center;
1313
vertical-align: middle;
1414
font-size: 1.4rem;
15+
font-family: inherit;
1516
display: inline-block;
1617
padding: .6rem 1.2rem;
1718
border: 1px solid transparent;

0 commit comments

Comments
 (0)