style(ui): ajusta tipografia e descricoes

This commit is contained in:
Felipe Coutinho
2026-05-28 10:59:46 -03:00
parent 60b2612e8a
commit 27f361923c
7 changed files with 18 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
import { Inter } from "next/font/google";
import { Golos_Text } from "next/font/google";
export const inter = Inter({
export const inter = Golos_Text({
subsets: ["latin"],
display: "swap",
variable: "--font-inter",