Changed main font

This commit is contained in:
Sebin Nyshkim 2019-11-05 17:41:20 +01:00
parent cb4440f6e3
commit 9ee271e5d9

View file

@ -137,8 +137,10 @@ export default {
</script>
<style lang="scss">
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
:root {
font-family: "Avenir", Helvetica, Arial, sans-serif;
font-family: "Open Sans", sans-serif;
font-size: 16px;
line-height: 1.5;
}