JonathanSimons Posted January 9, 2020 Share Posted January 9, 2020 Hello, I would like to code a custom font into the header of the mobile view of my website. I have done so successfully for the regular view but it defaults into standard font when i switch to mobile view. Any ideas? This is what I have for the desktop version and it works great: @font-face { font-family: 'retro_computer_personal_use'; src: url(https://static1.squarespace.com/static/5c253509f8370a48f3940027/t/5e16848141d1895d960adb21/1578534017904/retro_computer_personal_use.ttf), } .Header-branding { font-family: retro_computer_personal_use, sans-serif !important; } Link to comment
tuanphan Posted January 9, 2020 Share Posted January 9, 2020 a.Mobile-bar-branding { font-family: 'retro_computer_personal_use'; } 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
JonathanSimons Posted January 10, 2020 Author Share Posted January 10, 2020 It worked! Thank you so much!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.