Camilly Posted April 5, 2022 Share Posted April 5, 2022 (edited) Site URL: http://camillyandarmingotmarried.squarespace.com Hi there! I uploaded custom CSS to overwrite header and button fonts on my site. They look perfect on desktop but on mobile they aren't showing up. Is there a workaround? Am I doing something wrong? Any help would be so appreciated! Password is carmin. Here is my custom code. Hopefully it was just something I missed! Quote @font-face { font-family: 'FatSansRound'; src: url('FontURLhttps://static1.squarespace.com/static/6249f6c118357d21cff4a7cb/t/6249f9bacd48dd2cef2ef4e1/1649015226724/FatSansRound.ttf'); } a.btn.btn--border.theme-btn--primary-inverse { font-family: 'FatSansRound' !important; } &.sqs-block-button-element { font-family: 'FatSansRound' !important; } h1, h2, h3, h4 {font-family: 'FatSansRound';} h4 { -webkit-text-stroke: 1.5px #f7ece4; color: #00336a!important; } Edited April 5, 2022 by Camilly Add password Link to comment
Solution tuanphan Posted April 5, 2022 Solution Share Posted April 5, 2022 Your src code is invalid Quote src: url('FontURLhttps://static1.squarespace.com/static/6249f6c118357d21cff4a7cb/t/6249f9bacd48dd2cef2ef4e1/1649015226724/FatSansRound.ttf'); it should be src: url('https://static1.squarespace.com/static/6249f6c118357d21cff4a7cb/t/6249f9bacd48dd2cef2ef4e1/1649015226724/FatSansRound.ttf'); 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
Camilly Posted April 12, 2022 Author Share Posted April 12, 2022 On 4/5/2022 at 12:05 AM, tuanphan said: Your src code is invalid it should be src: url('https://static1.squarespace.com/static/6249f6c118357d21cff4a7cb/t/6249f9bacd48dd2cef2ef4e1/1649015226724/FatSansRound.ttf'); Thank you so much, such a silly mistake! 🙂 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