diff --git a/styles/globals.css b/styles/globals.css index 7899bd3d..44141e22 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -24,6 +24,10 @@ body::-webkit-scrollbar-thumb { background: rgba(45, 170, 219, 0.3); } +.font-custom { + font-family: theme(fontFamily.custom) +} + .wrapper { min-height: 100vh; display: flex;