const getStatic:()

in src/client/lib/fonts.ts [90:91]


const getStatic: (path: string) => string = (path) =>
	`${CDN}static/frontend/${path}`;