Skip to main content
Grammar, formatting
Source Link
schaiba
  • 7.8k
  • 1
  • 35
  • 32

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

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

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

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.

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

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

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

Find font file from font name on linuxLinux

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

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

giveBut this gives no results,. gothic givegives some other fonts. ttfTTF is binary format so I can't use grep.

Find font file from font name on linux

I have font name Media Gothic how can I find file name of that font on linux. I need to copy that file to other system. I've try:

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

give no results, gothic give some other fonts. ttf is binary format so I can't use grep.

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.

Source Link
jcubic
  • 10.4k
  • 17
  • 60
  • 80

Find font file from font name on linux

I have font name Media Gothic how can I find file name of that font on linux. I need to copy that file to other system. I've try:

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

give no results, gothic give some other fonts. ttf is binary format so I can't use grep.