Shopify themes, liquid, logos, and UX
Hello,
I want to add a custom font to my theme, the font name is BB Condensed Bold, there is the link to it https://www.onlinewebfonts.com/download/857c87f9e1434e30f777d7aaa316e8b8
I use theme dawn: my website is womber.fr and the password is PROPAGANDAAA
Thanks!
Cordially,
Solved! Go to the solution
This is an accepted solution.
Hi @PAUL8 ,
1: Download the font you want
2: Upload font (woff file) to Content -> File -> Copy link
3: Insert this code into base.css:
@font-face {
font-family: 'BBCondensedBold';
src: url('link that you copied') format('woff');
}
body {
font-family: 'BBCondensedBold';
}
Hope it helps!
This is an accepted solution.
Hi @PAUL8 ,
1: Download the font you want
2: Upload font (woff file) to Content -> File -> Copy link
3: Insert this code into base.css:
@font-face {
font-family: 'BBCondensedBold';
src: url('link that you copied') format('woff');
}
body {
font-family: 'BBCondensedBold';
}
Hope it helps!
where can I find content?
Sorry I found
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