Sibylle_Zurich Posted February 13 Share Posted February 13 Hello I would like to customise my subtitle font on the lock screen. With the following code, I was able to customise all fonts (Slogan and subtitle). The quote "Ein Statement zeitloser Eleganz. Eine Mansion der Extraklasse. " should remain in the normal system font LATO. How can I adjust the code? <style> @font-face { font-family: Classico; src: url('https://static1.squarespace.com/static/659a9162ce39895c4f762c96/t/659a94c4f0aa1822d355d87c/1704629444467/Classico.otf'); } * { font-family: Classico !important; } </style> Thank you and best regards Sibylle Link to comment
tuanphan Posted February 15 Share Posted February 15 Can you share your site url? 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
Sibylle_Zurich Posted February 15 Author Share Posted February 15 3 hours ago, tuanphan said: Can you share your site url? So sorry, I forgot: https://www.elysia-living.ch/ PW: EL2024 Thank you! Sibylle Link to comment
Solution tuanphan Posted February 18 Solution Share Posted February 18 Change your code to this code <style> @font-face { font-family: Classico; src: url('https://static1.squarespace.com/static/659a9162ce39895c4f762c96/t/659a94c4f0aa1822d355d87c/1704629444467/Classico.otf'); } *:not(p) { font-family: Classico !important; } </style> Sibylle_Zurich 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