Skip to content

Commit 8728e70

Browse files
committed
(fix) add font-family inheritance
1 parent 6c9eacd commit 8728e70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ChatWindow/ChatWindow.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ export default {
150150
<style lang="scss">
151151
@import '../styles/index.scss';
152152
153+
* {
154+
font-family: inherit;
155+
}
156+
153157
.card-window {
154158
width: 100%;
155159
border-radius: 4px;

0 commit comments

Comments
 (0)