Change price font to custom font

Hello! I’m trying to make the price text on my tables the same as a custom font I uploaded to my Squarespace website. Is that possible?

Hello!

Sure, this CSS code should help:

.es-price-value {
  font-family: Calibri;
}

Just replace Calibri with name of the font you’d like to use and you’ll be fine :slightly_smiling_face: