react-native-video/docs/font.ts

8 lines
150 B
TypeScript
Raw Normal View History

import {Orbitron} from 'next/font/google';
export const orbitron = Orbitron({
display: 'swap',
subsets: ['latin'],
weight: ['400', '900'],
});