Change font to custom font for Metafield

Change font to our custom font of ‘Resial Condensed’ for Metafield specific text only.

Wording to have as custom font 'limited edition. only 20 prints available.

URL: https://duoarthouse.com.au/products/beached-in-bondi

Hi @duart2023 ,

I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions!

Step 1: Go to Admin → Online store → Theme > Edit code:

Step 2: Search for the file style.css. And add this code snippet to the end of the file.

.lightly-spaced-row.not-in-quickbuy .product-info-block {
    font-family: Resial Condensed !important;
}

Step 3: Save and reload home page.

=>> The result:

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir!