diff --git a/css/main.css b/css/main.css index c914e1e..dff263b 100644 --- a/css/main.css +++ b/css/main.css @@ -1,6 +1,7 @@ + @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&display=swap'); + html { box-sizing: border-box; - font-family: sans-serif; } *, *::before, *::after { box-sizing: inherit; @@ -14,4 +15,5 @@ body { width: 100%; margin: 0; color: #000000de; + font-family: Inter, sans-serif; } \ No newline at end of file