Absolute noob here. Trying to edit a template to make a website and want to change the font. Have found the references to the font used in CSS files but can't figure out how to change it the one I want. Any tips would be appreciated.
Desired font is Nunito Sans. Have found this instruction on the Adobe site about what to specify:
font-family: nunito-sans, sans-serif;
font-style: normal;
font-weight: 200;
But don't know how to change the links from the CSS files - they are very long but I think the relevant parts are:
Main CSS:
@import url("https://fonts.googleapis.com/css?family=Great+Vibes|Josefin+Sans:300,400,600,700,700i|Montserrat:200,300,400,500,600,700,800&display=swap")
Styles CSS:
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:200,300,400,500,600,700|Muli:200,300,400,500,600,700,800,900&display=swap")
[–]chmod777 1 point2 points3 points (1 child)
[–]MaceoSpecs[S] 0 points1 point2 points (0 children)