font style Booster for the product tile and price

I would like to change the font style to ‘Montserrat’ specifically for the product title and price.

Could you please advise? I use Boost template.

1 Like

Hello @losgatos

  • Go to Online Store → Theme → Edit code.
  • Find the file assets/style.css and paste the code below at the bottom of the file.
.product-block__title-link {
font-family: Montserrat;
}
.product-price {
font-family: Montserrat;
}

I add the code but it does not work..

I could modify it.