lulu.lindberg Posted March 29, 2017 Posted March 29, 2017 I'd like to use a Montserrat light in my nav, in style editor, the only weights listed as options are 400 and 700. How would I address the nav in the css to adjust the font weight? Thanks!
Emilie1570048269 Posted June 26, 2017 Posted June 26, 2017 Hi !Did you find an issue to this ?Because I would like to have montserrat in 500 or 600. Thanks !
Emilie1570048269 Posted June 26, 2017 Posted June 26, 2017 @lindberg I found it : <style> @import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900'); </style> On your site's code injection And : .Header-nav-inner { font-family: 'Montserrat'; font-weight: 500; } In your CSS
maxgros Posted August 14, 2017 Posted August 14, 2017 @Emilie I am new here, where do I add the style part? Thank you.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.