chore(docs): font family chnaged to inter

This commit is contained in:
Junior Garcia 2023-08-26 11:24:28 -03:00
parent 9b42a2fca1
commit eb8a1fcc01

View File

@ -1,6 +1,6 @@
import {DM_Sans} from "next/font/google";
import {Inter} from "next/font/google";
export const fontSans = DM_Sans({
export const fontSans = Inter({
variable: "--font-sans",
adjustFontFallback: true,
display: "optional",