SimonFr Posted December 8, 2022 Share Posted December 8, 2022 Hi there, I would like to change the font style on my lock screen. It should be the same font as the one I use on the rest of my site. The font is called Altivo and is offered as a font option here at Squarespace. I would really appreciate your help! Thanks a lot! Link to comment
tuanphan Posted December 11, 2022 Share Posted December 11, 2022 Hi, Can you share link to your site? We can check easier 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
SimonFr Posted December 11, 2022 Author Share Posted December 11, 2022 Ah ok, the link is: https://www.freedom-movement.de/startseite/ Or to the lock screen: https://www.freedom-movement.de/gathering Link to comment
tuanphan Posted December 15, 2022 Share Posted December 15, 2022 On 12/11/2022 at 10:45 PM, SimonFr said: Ah ok, the link is: https://www.freedom-movement.de/startseite/ Or to the lock screen: https://www.freedom-movement.de/gathering Try adding to Settings > Advanced > Code Injection > Lock Page/Lock Screen <style> * { font-family: altivo !important; font-weight: 700 !important; font-style: normal; } </style> SimonFr 1 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
SimonFr Posted December 19, 2022 Author Share Posted December 19, 2022 Thanks @tuanphan, in Chrome it works, but in Safari a different font is displayed. Do you have any idea what this could be? I appreciate your help! Link to comment
Solution tuanphan Posted December 20, 2022 Solution Share Posted December 20, 2022 20 hours ago, SimonFr said: Thanks @tuanphan, in Chrome it works, but in Safari a different font is displayed. Do you have any idea what this could be? I appreciate your help! Try this new code <link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Arimo:wght@700&family=Raleway&display=swap" rel="stylesheet"> <style> * { font-family: altivo !important; font-weight: 700 !important; font-style: normal; } </style> SimonFr 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment