Next.js Discord

Discord Forum

How to work with Bulgarian Cyrillic Fonts

Unanswered
Giant Angora posted this in #help-forum
Open in Discord
Giant AngoraOP
I am using the Outfit font and I use it like this:

import { Outfit } from "next/font/google";
const outfit = Outfit({ subsets: ["latin"], variable: "--font-outfit" });

Is there a way that I can use Bulgarian Cyrillic fonts with this particular font?

0 Replies