Jump to content

Lock Screen Styles (Font)

Go to solution Solved by tuanphan,

Recommended Posts

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
On 12/11/2022 at 10:45 PM, SimonFr said:

Try adding to Settings > Advanced > Code Injection > Lock Page/Lock Screen

<style>
  * {
    font-family: altivo !important;
    font-weight: 700 !important;
    font-style: normal;
}
</style>

 

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
  • Solution
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>

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.