import localFont from 'next/font/local' export const zpix = localFont({ src: '../public/fonts/zpix.ttf', variable: '--font-zpix', display: 'swap', })