Merge pull request #6672 from Ocelot-Social-Community/6669-fix-having-wrong-chat-font-as-default-in-network

fix(webapp): fix wrong font in whole network comming from chat component
This commit is contained in:
Wolfgang Huß 2023-08-11 13:11:14 +02:00 committed by GitHub
commit e1b14f09dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;