pwdesigns Posted May 19 Share Posted May 19 Hello - I am having with my custom font showing up on mobile (both IOS and Android). Is it something wrong with my code? It looks fine when I am logged into Squarespace but if I go to the site brandicrottyhair.com as a user it doesn't show. Code: @font-face { font-family: 'bohobreeze'; src: url(https://static1.squarespace.com/static/64b5a84ce095393b8a479282/t/664a362c0c43a603771419d6/1716139564690/Boho+Breeze+Ttf.ttf); } h2 { font-family: 'boho breeze'; font-size: 45pt; letter-spacing: 1px; line-height: 100%; } h4 { font-family: 'boho breeze'; font-size: 25pt; letter-spacing: 1px; line-height: 100%; } h3 { font-family: 'boho breeze'; font-size: 35pt; letter-spacing: 1px; line-height: 100%; } Link to comment
Solution Websley Posted May 19 Solution Share Posted May 19 Make sure whatever you input between the quotes is the exact same as the text you put for font-family. Right now it's not showing up on either mobile or desktop because the font-family isn't the same. PS: Make sure there's more spacing in the Meet Brandi section. Hope this helps! Link to comment
pwdesigns Posted May 20 Author Share Posted May 20 Thank you! Simple fix, that worked 🙂 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