Changed main font
This commit is contained in:
parent
cb4440f6e3
commit
9ee271e5d9
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue