-
Notifications
You must be signed in to change notification settings - Fork 0
Add your own code fonts
Stelios Kourlis edited this page Jul 19, 2025
·
3 revisions
- Import an font to your project (Only tested with .ttf)
- From the top toolbar go to Window->TextMeshPro->Font Asset Creator
- Add your font as the source font
- (Optional) Set padding to 5% and Atlas Resolution to 512x512
- (Optional) Tweak any other settings you might want to change
- Save your created TMP_Font Asset
- Place it in your TMP Fonts folder (Default is "Resources/Fonts & Materials")
- Select it as the code font in the MarkdownFormatter component
For more info on the TMP Fonts Folder check out Unity Documentation