Skip to main content

Import

import { GoogleFonts } from "veryfront/fonts";

Examples

import { GoogleFonts } from "veryfront/fonts";

<GoogleFonts
  fonts={[
    { name: "Inter", weights: [400, 500, 700], variable: "--font-inter" },
    { name: "Fira Code", weights: [400], variable: "--font-mono" },
  ]}
/>

Exports

Components

NameDescription
GoogleFontsLoad Google Fonts via CSS variables

Types

NameDescription
FontFont config (name, weights, variable)
GoogleFontsProps<GoogleFonts> props