I’m almost there but the following pieces of text aren’t in the font I want:
Apply Coupon
Update Basket
Proceed to Checkout
Place Order
– also the shopping cart contents summary text when it’s in the sidebar.
This is the CSS that I have doing the job and then below that I add what I have currently which I don’t think is working:
.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6 {
font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif; !important;
}
.woocommerce {
font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif !important;
}
.woocommerce-tabs a {
font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif; !important;
}
.related.products h2,
{
font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif; !important;
}
This is added but I don’t think is working:
.woocommerce #content .add_to_cart_button { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; !important; }
a.button, button.button, input.button, #review_form #submit { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; !important; }
Apologies for the length but in case useful here is additional Woocommerce CSS I have in my stylesheet:
.product_title {
font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
}
.woocommerce-page {
font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
}
.panel entry-content {
font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
}
.amount {
font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
}
.woocommerce-page .page-title {
font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
}
.woocommerce-page .page-title {
font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
}
.woocommerce-page .page-title {
font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
}
.woocommerce-page .page-title {
font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
}
.woocommerce-tabs ul.tabs li {
font-family: "Helvetica Neue", HelveticaNeue, TeXGyreHeros, FreeSans, "Nimbus Sans L", "Liberation Sans", Arimo, Helvetica, Arial, sans-serif;
}
Hello london789,
You have some options for fonts in Theme panel for Woocommerce, like this -> http://screencast.com/t/KVKI2rln Please try to change your fonts from Theme panel and see how it works.
Hope this helps!
If is not what you mean and you need more assistance in this regard, please provide your URL website so I can further inspect the problem.
Thank you for the message!