DrewLabs Posted February 12, 2021 Share Posted February 12, 2021 Site URL: https://www.acres.co/ Hi all, I am trying to get a single block to display H1 and H3 text in Bree font, while the rest of the website is in Soleil. I am entering the code below, but the 'bree-web' font-family isn't getting picked up. #block-736342bd02c7c985adaf h1 { font-family: 'bree-web'; } I would greatly appreciate any insight someone has on this. Thank you! Link to comment
Solution tuanphan Posted February 14, 2021 Solution Share Posted February 14, 2021 Have you declared font-face yet? @font-face { font-family: 'bree-web'; src: url(paste font file url here); } #block-736342bd02c7c985adaf h1 { font-family: 'bree-web'; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment