Wikipedia:Reference desk/Archives/Computing/2021 March 14
Computing desk | ||
---|---|---|
< March 13 | << Feb | March | Apr >> | March 15 > |
Welcome to the Wikipedia Computing Reference Desk Archives |
---|
The page you are currently viewing is a transcluded archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages. |
March 14
editHow can I find the location of a font?
editI am using Firefox on Ubuntu-ish(Linux). When I edit in source mode in Bangla/Bengali, there is a weird font called 'Mitra Mono' when checking the source. How can I find out if it's from wikipedia, the browser or OS. I have asked on bn.wikipedia.org 's teahouse and they say it's in the OS. But when I searched the local OS font folder this font wasn't there. --Greatder (talk) 05:50, 14 March 2021 (UTC)
- Run
fc-list | grep "Mitra"
, grep should highlight the location of the font. WhoAteMyButter (📨│📝) 18:42, 14 March 2021 (UTC)