For Korean, the font is different. #5377
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Ghostty's default font, JetBrains Mono, does not contain any CJK characters, and thus it falls back to a CJK font when rendering them. If it's not possible to know which font iTerm2 uses, then the simplest way to get both to look the same is to explicitly use a CJK font that also contains monospace characters for both terminals (e.g. Sarasa Gothic). You can also tell Ghostty to use a different font only for CJK characters only through the |
Beta Was this translation helpful? Give feedback.
-
Thank you for your response! By downloading a CJK-supported font and setting it as a fallback font like this:
It now displays as intended! |
Beta Was this translation helpful? Give feedback.
Since our builtin doesn't have CJK, it's simpler than that: you can provide a second
font-family
as an explicit fallback font. That's the recommended approach to ensure you always get the font you want.