Skip to content

Commit dd49048

Browse files
authored
Merge pull request sagalbot#556 from NowServingUs/master
Inherit font-family instead of using 'sans-serif'
2 parents 867a74c + 3e7866f commit dd49048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Select.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<style>
22
.v-select {
33
position: relative;
4-
font-family: sans-serif;
4+
font-family: inherit;
55
}
66
77
.v-select,

0 commit comments

Comments
 (0)