Home Forums WoodMart support forum Typekit Font doesn't get displayed Reply To: Typekit Font doesn't get displayed

#192833

Artem Temos
Keymaster

Try to use the following CSS code instead

.woodmart-text-block-wrapper .woodmart-text-block h1,
.woodmart-text-block-wrapper .woodmart-text-block h2,
.woodmart-text-block-wrapper .woodmart-text-block h3,
.woodmart-text-block-wrapper .woodmart-text-block h4,
.woodmart-text-block-wrapper .woodmart-text-block h5,
.woodmart-text-block-wrapper .woodmart-text-block h6 {
  font-family: inherit;
}