hellobrittm Posted October 9, 2020 Share Posted October 9, 2020 Site URL: https://hellobrittm.com Hello! I'm looking to customize the mobile header branding / site title typeface for the Miller Template. I was successful to do this for the desktop view but it's not syncing for mobile. I appreciate any help to sort this out or note my input flaw(s)—thanks! Code used to update website (worked, yay!) @font-face { font-family: 'SyneExtra'; src: url('https://static1.squarespace.com/static/533d5f26e4b02cbd82cf2d9e/t/5f5a6f9341e69105cc2f272a/1599762323443/Syne-ExtraBold.otf'); } h1 {font-family: 'SyneExtra';} .has-site-title .Header-branding { font-family: "SyneExtra"; } Code attempt to update mobile (doesn't work for me, boo.) @media screen and (max-width:960px) { font-family: 'SyneExtra'; src: url('https://static1.squarespace.com/static/533d5f26e4b02cbd82cf2d9e/t/5f5a6f9341e69105cc2f272a/1599762323443/Syne-ExtraBold.otf'); }.mobile-site-title .header-branding { font-family: "SyneExtra"; } Link to comment
tuanphan Posted October 12, 2020 Share Posted October 12, 2020 Mobile uses this a.Mobile-bar-branding { font-family: 'SyneExtra' !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
hellobrittm Posted November 16, 2020 Author Share Posted November 16, 2020 Great! This worked. Thank you so much! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.