Swap out Lato for Nunito
This commit is contained in:
parent
ab3df7a361
commit
6f1f0ffc86
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Patrick+Hand&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400;1,700&family=Patrick+Hand&display=swap');
|
||||||
@import url('/fonts/K-Gothic/stylesheet.css');
|
@import url('/fonts/K-Gothic/stylesheet.css');
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'Lato', 'K Gothic', sans-serif;
|
font-family: 'Nunito', 'K Gothic', sans-serif;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
|
Loading…
Add table
Reference in a new issue