change fonts
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@600&display=swap');
|
||||
@import url('https://fonts.googleapis.com/css2?family=Material+Icons&display=swap');
|
||||
:root {
|
||||
@@ -40,6 +41,9 @@
|
||||
font-family: 'Lexend', sans-serif;
|
||||
color: var(--light);
|
||||
// overflow-y: scroll;
|
||||
p{
|
||||
font-family: 'Quicksand', sans-serif;
|
||||
}
|
||||
nav {
|
||||
background-color: var(--dark-bg2);
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user