maximumexposure Posted April 27, 2021 Share Posted April 27, 2021 Site URL: http://themaximumexposure.com/magazine Hello, I am trying to change all of the fonts (headers, body, post date, etc.) on this specific page to Courier Std. What is the simplest way to go about this? Forgive me if this has been asked many times before, but I could not find a thread that answered this question in the way I needed it to. Thank you! Link to comment
ArminB Posted April 27, 2021 Share Posted April 27, 2021 It would be something like <style> p {font-family: courier} h1 {font-family: courier} </style> Apply this to the indiviudal page settings > Advanced > Header Code Injection other classes are .entry-info etc... You can use the web inspector to find them I hope that helps! tuanphan 1 About Armin:Squarespace Expert Profile: https://www.squarespace.com/designer/profile/3649084Website: www.braunsberger-media.comLeaders Lodge: See my Profile Link to comment
tuanphan Posted April 28, 2021 Share Posted April 28, 2021 On 4/27/2021 at 11:33 AM, maximumexposure said: Site URL: http://themaximumexposure.com/magazine Hello, I am trying to change all of the fonts (headers, body, post date, etc.) on this specific page to Courier Std. What is the simplest way to go about this? Forgive me if this has been asked many times before, but I could not find a thread that answered this question in the way I needed it to. Thank you! Add to Design > Custom CSS /* magazine font */ body#collection-60677a6453410e7ca64361e0 #page * { font-family: courier !important; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment