7b4bd9a016
* chore(docs): bump `next` version * docs: fix meta warnings
8 lines
150 B
TypeScript
8 lines
150 B
TypeScript
import {Orbitron} from 'next/font/google';
|
|
|
|
export const orbitron = Orbitron({
|
|
display: 'swap',
|
|
subsets: ['latin'],
|
|
weight: ['400', '900'],
|
|
});
|