How can I modify bold font weight in the Dawn Theme?

Hello,

I was wondering how I can change the weight of my bold font on my shop. Im using the Dawn Theme and was actually successful on one of my shops where all bold font now has the weight 800.

But I used the same code change on my other shop, and the weight is 700 (or 600).

What I have done to change the bold weight is change theme.liquid font_modify: ‘weight’ from ‘bold’ to ‘800’

{%- liquid
assign body_font_bold = settings.type_body_font | font_modify: 'weight', '800'
assign body_font_italic = settings.type_body_font | font_modify: 'style', 'italic'
assign body_font_bold_italic = body_font_bold | font_modify: 'style', 'italic'
%}

As I said, it works pretty well on my shop leviadecken.ch but not so great on leviadecke.de. Does anyone has an idea, why this could be?

Hi @LVO ,

I checked and leviadecken.ch is showing 800 while leviadecke.de is 900

So it made a difference, you just have to go to the theme.liquid file and change it to 800, it will be the same as the first site.

Hope it helps!

Hello @LitCommerce ,

thank you for checking my pages. I have set the 900 to see if it has any impact on my .de shop. But even if I put it on 800, nothing changes. Somewhere in the code overwrites this, and I have no idea where this could be. Especially since I have installed the theme freshly last week.

I will try and see if the Shopify Support can help me with this.

Hi @LVO ,

It could be your font face link, did you copy the same as the link at your previous sites?

Hey,

I use the exact same theme on both pages. I checked it with Diffy (app to see differences between themes) and went trough all the possible differences but cant find any. I remember on .de I had an app installed which was adding fonts to a theme, but I have de-installed it since it was not necessary any longer. I think I also deleted all the code changes from this app, so I have no idea where in the theme code the difference could be.

Do you have an idea how I can check the font face links?