Skip to content

Commit

Permalink
Remove font 'Quicksand' from the chat
Browse files Browse the repository at this point in the history
- Set style of chat component to 'scoped'
  • Loading branch information
Tirokk committed Aug 11, 2023
1 parent 9c934c2 commit 5b95419
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions webapp/components/Chat/Chat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -462,10 +462,7 @@ export default {
},
}
</script>
<style lang="scss">
body {
font-family: 'Quicksand', sans-serif;
}
<style lang="scss" scoped>
.vac-avatar {
background-size: cover;
background-position: center center;
Expand Down

0 comments on commit 5b95419

Please sign in to comment.