Optimized font loading for Angular with SSR support. Experience real-time font switching with Google Fonts.
// Google Font
import { Inter } from 'angular-fonts/google';
export const inter = Inter({
weights: [300, 400, 500, 600, 700, 800, 900],
subsets: ['latin'],
display: 'swap',
variable: '--font-inter',
preload: true,
});