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