How do I change the font for my blog posts only?

Topic summary

A user working with the Minimog theme wanted to change blog post headings to Roboto font but couldn’t find the correct CSS file to modify.

Initial Problem:

  • Standard solutions found elsewhere weren’t working
  • User couldn’t locate the proper file to implement font changes

Resolution:

  • The issue was identified: the theme uses main.css instead of the expected filename
  • User created a new asset file named base.css and added the font styling code there
  • The solution is now working successfully

The discussion was resolved quickly after community members offered to review the store URL, but the user found the answer independently before assistance was needed.

Summarized with AI on October 28. AI used: claude-sonnet-4-5-20250929.

I’ve searched for some solutions here but none fixed my problem. The theme we are using is minimog.

I’d like the headings of my blog posts to be roboto.

2 Likes

hey @Temorail share the URLs of your website plz

Hey @Temorail

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

Not long after posting the discussion I found the reason why I couldn’t change the font is because the asset code file is named main.css on my site. But I created a new asset file and named it base.css and pasted the solution in it. The code is working, it’s just that I couldn’t locate the file. This is the correct solution, thank you.