How can I apply a custom font to product page menus?

I uploaded my own font to my assets (Chomsky.woff) and it is applied to my header menu on every page except for my product pages. I want it to apply to the product pages too. Any coding help would be very appreciated.

Here is my shop. I’m using the Colorblock theme.

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code
  2. Layout/theme.liquid
  3. add code below after

And remove {{ ‘Chomsky.woff’ | asset_url }} this code in base.css. Because CSS file will not understand liquid programming language

Hi @hushbug

This is Victor from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Victor | PageFly