Byeon Jaewoo
Byeon Jaewoo
Sorry, closed by mistake. > Use same size alphabet glyphs in all fonts. I agree. It's difficult to use fonts with partially different glyph sizes. How about a merged font...
JP's alphabet glyphs are bigger because 105% alphabet glyphs looks good with kana and kanji. I see. What I want to know is: What size should I use when I...
> We talked about this issue in Next.js' Discord in the general chat. Seems like it works on Ubuntu using WSL2 🤔 Maybe OS problem? I can build example project(https://github.com/moodiest/nextjs13-client-server-error-reproduction)...
@mmiszy What happens when you run `yarn build` on https://github.com/moodiest/nextjs13-client-server-error-reproduction ?
> I've found out that in my case the error was caused by next/head component in a page.tsx file. When I removed it, the build succeeded. https://github.com/moodiest/nextjs13-client-server-error-reproduction has no `next/head`...