Shopify themes, liquid, logos, and UX
Hello,
I am trying to change the product title font to Josefine that I downloaded from https://www.1001freefonts.com/sans-serif-fonts.php
I converted the font from tiff to woff and uploaded this into my assets. Here is the code i put into base.css but I do not see the font Josefine anywhere on my website.
Can you assist?
Hi @villabodrum
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file theme.liquid and add this code at the end of the <head> (https://prnt.sc/N11EJkz3S9kN)
<style>
.product__title h1 {
font-family: "JosefinSans-Regular" !important;
}
</style>
Result
Best,
DaisyVo
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025