noaignite / create-ignite-app

Boilerplate for React with Next.js and MUI
17 stars 2 forks source link

Look into using NextJS new localFont loader #76

Closed maeertin closed 2 weeks ago

maeertin commented 1 year ago

https://nextjs.org/docs/basic-features/font-optimization#local-fonts

alexanderflink commented 1 year ago

Let's see if this inlines the fonts and if it performs better

janmysiak commented 1 year ago

Just tried this and looks like it requires SWC:

Syntax error: "@next/font" requires SWC although Babel is being used due to a custom babel config being present. Read more: https://nextjs.org/docs/messages/babel-font-loader-conflict

Blocked by #79

alexanderflink commented 1 year ago

This is a great reason to go to SWC!

maeertin commented 2 weeks ago

Closing PR as no longer relevant as "cia" is now purely a documentation app.