Skip to content

Commit 3e7866f

Browse files
authored
Merge pull request sagalbot#1 from NowServingUs/nowserving-patch-1
allow component to inherit font family choices
2 parents 867a74c + 62adbb4 commit 3e7866f

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)