Adding font for Gimp

I’m using Gimp 2.10.38 on Ubuntu 22 and am trying to add some new *.otf fonts. I’ve tried following steps online and put the files in:

  • ~/.config/GIMP/2.10/fonts/
  • ~/.fonts/
  • ~/.local/share/fonts/

I’ve opened the fonts dialog and have used the button to refresh the fonts but they’re still not showing up. The file command identifies the files as OpenType font data.

What am I doing wrong?

To install fonts for Gimp: go to Edit > Preferences > Folders > Fonts (you may have to click the ⊞ icon next to Folders to unfold it). This lists two folders, one being under your home directory (likely ~/.config/GIMP/2.10/fonts/) . Drop the .TTF/.OTF there. Then hit the Refresh fonts button and they should appear.

You can also install the fonts for all apps (which is what you appear to have done) but this may requires a Gimp restart.

1 Like

I think I fixed it! I had this set in my folder preferences:

I found ~/snap/gimp/436/.config/GIMP/2.10/fonts/, moved my font files there, refreshed the font dialog, and the fonts showed up!

That path seemed kind of odd but I’ll just continue using it.

The path is like this because you are using the snap packages, where one of the main points is isolation from the rest of your system, to some extent.

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.