Turbopack breaks material-icons #86223
Answered
by
JacobWeisenburger
JacobWeisenburger
asked this question in
Help
-
|
When I upgraded my app to next 16 and started using Turbopack, google material icons stopped working. When I build my app with Webpack instead, everything works as expected. Any ideas how to fix this for Turbopack? |
Beta Was this translation helpful? Give feedback.
Answered by
JacobWeisenburger
Nov 18, 2025
Replies: 1 comment
-
|
Apparently I need to move my google font import into a link tag in the head <head>
<link
rel='stylesheet'
href='https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200'
/>
</head> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JacobWeisenburger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Apparently I need to move my google font import into a link tag in the head