Remove font 'Quicksand' from the chat

- Set style of chat component to 'scoped'
This commit is contained in:
Wolfgang Huß 2023-08-11 12:27:21 +02:00
parent 9c934c2a17
commit 5b954197dc

View File

@ -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;