This topic has 2 replies, 2 voices, and was last updated 5 years, 2 months ago ago by Rose Tyler
Hello, how to change the font of the product?
I also already upload the new font that I want to use to replace recently font, but I can’t find anyways how to use the font.
Hello,
If you want to use a custom (not https://fonts.google.com/) font, upload it here – http://prntscr.com/ozkrvs
then you will be able to set it http://prntscr.com/ozkt53 > http://prntscr.com/ozktab
In case, you do not want to apply this font for all headings on the site, use custom CSS code to affect https://ibb.co/FDrP6Vn only:
.category-list-item > ul > li > a,
.content-product .product-title a,
.content-product .price,
.my-custom-font p, .my-custom-font h4 {
font-family: Amithen;
}
– for these elements http://prntscr.com/ozkw5t you need to add a custom class
.my-custom-font
Let us know if you need any further assistance.
Regards
You must be logged in to reply to this topic.Log in/Sign up