DAWN theme only using 'body' font across whole site

I’d previously set both the heading font and the body font of my store to custom Adobe Web fonts without any trouble by adding some code to the ‘base.css’ code. Today I decided to change the ‘body’ font back to a Google Font called Questrial (which can be accessed through the front-end in Shopify’s typography settings). Upon doing so, ALL the fonts have now changed to Questrial, including all ‘Heading’ fonts.

Can anyone help me change the heading fonts back to my custom Adobe font ‘OrpheusPro’ whilst also keeping ‘Questrial’ as the body font throughout.

My store can be found at www.pasitha.com

Thanks

2 Likes

Hi @pasitha

You can specify the font by using the code below as reference.

  1. From your Admin page, go to Online store > Themes > click the three dots > Edit code
  2. Find the Asset folder, and open the base.css file
  3. Add the code below at the very end of the file
body {
font-family: Questrial 
}

Hi @pasitha ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :


Hope my answer will help you.

Best regards,

Victor | PageFly

1 Like

is there no way to automatically change the font from the typography shopify section like how it initially was?

PageFly’s solution worked for me!