You are not logged in.
Sometimes I wanna change the font of some software(i.e Conky),but how do I know the exact name of a font ? for example,I have installed Ubuntu's fonts,when I write my configure file ,should I consider the capital or lower case of the first letter?
THX.
Last edited by tomisacat (2012-08-11 12:45:14)
Offline
Most of the fonts you want to use in applications are generally either in /etc/share/fonts or ~/.fonts
The fonts in conkyrc is named just as is, without the extension.
For e.g. if you have Inconsolata.otf in either of the directories, then ${font Inconsolata:size=9,weight:normal} sets font to it.
Offline
xfontsel (just in case...)
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
Use the fc-query command.
Offline
Use the fc-query command.
THX,a familiar command 「fc-list」 helped me.
Offline