This topic has 4 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler
Hello,
I am trying to use a Google Font in the H1 of a shop page but it is not coming through. Is there any way you can help me with this?
Here is my custom css
@import url('https://fonts.googleapis.com/css?family=Ledger|Oswald|Playfair+Display');
/* Adding Oswald font to product title */
product_title entry-title h1 {
font-family: 'Oswald', sans-serif;
}
Hello,
.product-information .product_title {
font-family: 'Oswald', sans-serif;
}
Regards
Perfect. Thanks for your help with this. Here is my next question: https://www.8theme.com/topic/font-color-for-filter-product-by-attribute-dropdown-widget/
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up