How to change font style of the site-tittle?
- The topic ‘How to change font style of the site-tittle?’ is closed to new replies.
Need help? Check out our Support site, then
sorry I couldn’t find how to change the font of the site: MIT Square = 麻省理工 X 台灣製造
I have tried to change “.site-title” but it did not work. Kindly help out! Appreciated :)
The blog I need help with is: (visible only to logged in users)
Hi there,
Thank you for your question. I’d like to help.
If you have the WordPress.com custom css upgrade:
http://wordpress.com/products/custom-css/
Example (maybe make use of the !important tag):
.post-title a {
font-family: monospace !important;
}
Hope this helps!