mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-02 09:00:07 +00:00
8 lines
159 B
TypeScript
8 lines
159 B
TypeScript
import localFont from 'next/font/local';
|
|
|
|
export const inter = localFont({
|
|
src: '../assets/fonts/Inter.ttf',
|
|
variable: '--font-inter',
|
|
display: 'swap',
|
|
});
|