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> </script>
<style lang="scss"> <style lang="scss" scoped>
body {
font-family: 'Quicksand', sans-serif;
}
.vac-avatar { .vac-avatar {
background-size: cover; background-size: cover;
background-position: center center; background-position: center center;