kelseyraedesign Posted February 6 Posted February 6 (edited) Hi, I'm redesigning a site and cannot figure out how to override and change the font weights. I'm wanting to use Oswald in either a 500 or 600 for the navigation links and also button links text.. the system only shows 300, 400, 700.. I've tried adding in some code injections found, but have yet to get anything to work. https://www.holdingspacetherapyllc.com/ Thank you in advance!! Edited February 6 by kelseyraedesign
Solution creedon Posted February 7 Solution Posted February 7 It appears that Oswald supports the 500 and 600 font weight. Why SS doesn't present those, I don't know. Perhaps the differences are so subtle that they don't offer them. Add the following to Website > Website Tools > Custom CSS. /* navigation font weight */ .header-nav-list, /* desktop */ .header-menu-nav-wrapper /* mobile */ { --site-navigation-font-font-weight : 600; } Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
kelseyraedesign Posted February 7 Author Posted February 7 11 hours ago, creedon said: It appears that Oswald supports the 500 and 600 font weight. Why SS doesn't present those, I don't know. Perhaps the differences are so subtle that they don't offer them. Add the following to Website > Website Tools > Custom CSS. /* navigation font weight */ .header-nav-list, /* desktop */ .header-menu-nav-wrapper /* mobile */ { --site-navigation-font-font-weight : 600; } Let us know how it goes. @creedon thank you so much!!! It worked! creedon 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment