PAUL8
1
Hello,
I want to add a custom font to my theme, the font name is BB Condensed Bold, there is the link to it BB Condensed 1.00 Fonts Free Download - OnlineWebFonts.COM
I use theme dawn: my website is womber.fr and the password is PROPAGANDAAA
Thanks!
Cordially,
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!
1 Like
PAUL8
3
where can I find content?