Swap out Lato for Nunito

rust
Elnu 3 years ago
parent ab3df7a361
commit 6f1f0ffc86

@ -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');
:root {
@ -68,7 +68,7 @@
}
body {
font-family: 'Lato', 'K Gothic', sans-serif;
font-family: 'Nunito', 'K Gothic', sans-serif;
margin: 0;
width: 100%;
height: 100vh;

Loading…
Cancel
Save