commit | ad1835219f0a597e0d275f90e93b6bc3dc5c0a32 | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Sun Oct 24 09:24:59 2021 +0100 |
committer | pineafan <pineapplefanyt@gmail.com> | Sun Oct 24 09:24:59 2021 +0100 |
tree | 6dc30241d09a94bdd0b08c282a32bcd13b769fa7 | |
parent | 4f9cf4d296eceda5fc0b02c18e986e664dfe3d24 [diff] |
roboto
diff --git a/styles/globals.css b/styles/globals.css index 39711f9..bcfd055 100644 --- a/styles/globals.css +++ b/styles/globals.css
@@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); html, body { @@ -62,7 +62,7 @@ * { box-sizing: border-box; - font-family: 'Rubik', sans-serif; + font-family: 'Roboto', sans-serif; scroll-behavior: smooth; }