Skip to content

Commit 332cfdb

Browse files
cloud-walkerjonathantneal
authored andcommitted
Add font-family inherit to inputs tags
1 parent 7e31560 commit 332cfdb

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ table {
108108
```css
109109
button, input, select, textarea {
110110
color: inherit;
111+
font-family: inherit;
111112
font-size: inherit;
112113
line-height: inherit;
113114
}

sanitize.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ input,
335335
select,
336336
textarea {
337337
color: inherit;
338+
font-family: inherit;
338339
font-size: inherit;
339340
line-height: inherit;
340341
}

0 commit comments

Comments
 (0)