linuxmint / cinnamon-spices-themes

Themes for the Cinnamon desktop
http://cinnamon-spices.linuxmint.com
GNU General Public License v2.0
154 stars 130 forks source link

How to change the text font on Cinnamon dashboard, on left for the "Menu" and on right for the calendar/clock ? #633

Open Phil995511 opened 4 years ago

Phil995511 commented 4 years ago

Hello,

How to change the text font on Cinnamon dashboard, on left for the "Menu" and on right for the calendar/clock ?

I would like to use the cinnamon text font settings.

Best regards

Cloweling commented 4 years ago

Hi @Phil995511, Inside the .themes folder located /home/$USER/ the CBlack folder look for the cinnamon.css file and inside it look for the selector.

stage { font-family: ....., font-size: ......, ........ }

You have to modify or add the font in the font-family rule.

Hope this can help you.