use new Manrope font, remove external font dep

This commit is contained in:
Ben Phelps 2022-09-24 14:51:12 +03:00
parent 4782e72d88
commit ae315f1789
5 changed files with 44 additions and 10 deletions

View file

@ -3,6 +3,7 @@ import { SWRConfig } from "swr";
import "styles/globals.css";
import "styles/theme.css";
import "styles/manrope.css";
import "utils/i18n";
import { ColorProvider } from "utils/color-context";