Font replacement question
-
Hello!
Is it possible to change the font in Product Labels? I decided to replace the fonts with my own ones that were uploaded to the server to speed up loading, but after that the product labels became a little blurry.
Fonts uploaded to the server by Open Sans
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .labels-rounded .onsale {
color:#ffffff;
background-color:#000000;
font-size:12px;
}
/*hot*/
body .labels-rounded .featured {
color:#ffffff;
background-color:#000000;
font-size:12px;
}
/*new*/
body .labels-rounded .new{
color:#ffffff;
background-color:#000000;
font-size:12px;
}
Please insert the styles you need.
Best Regards
Hello!
Ready.
But nothing really has changed.
Maybe the problem is in the font settings themselves in the Typography section?