Skip to content

Commit

Permalink
Merge branch 'main' into depfu/batch_all/npm/2024-02-24
Browse files Browse the repository at this point in the history
  • Loading branch information
Skolaczk authored Feb 24, 2024
2 parents 33d473f + 52e2c0b commit 1fe41af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/fonts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ import { Inter, JetBrains_Mono } from 'next/font/google';
const fontSans = Inter({
subsets: ['latin'],
variable: '--font-sans',
fallback: ['system-ui', 'arial'],
});

const fontMono = JetBrains_Mono({
subsets: ['latin'],
variable: '--font-mono',
fallback: ['system-ui', 'arial'],
});

export const fonts = [fontSans.variable, fontMono.variable];

0 comments on commit 1fe41af

Please sign in to comment.