• Closed by: Alex
  • Closed on: 18.05.15, 13:03
  • Reason: Closed
  • Comment: Glad to help!

Ticket #7373 - Font in checkout and menu

Hi, where can I change font that is used in main menu and checkout process? We need open sans. Thanks a lot!

Comments

Kate Support 20 Apr 2015, 11:28

Hi,
Add this code to the TS > Custom CSS

body *{font-family: "Open Sans" !important;}
table#cart_summary td.cart_unit span.price {font-family: "Open Sans" !important;}


Regards!