Skip to main content

Find font file from font name on Linux

I have font with the name Media Gothic. How can I find file name of that font in Linux? I need to copy that file to other system. I've tried:

find /usr/share/fonts/ -name '*media*' 

But this gives no results. gothic gives some other fonts. TTF is binary format so I can't use grep.

jcubic
  • 10.4k
  • 17
  • 60
  • 80