Musher Kazarjan Posted January 2, 2019 Share Posted January 2, 2019 (edited) Hello everyone, Can you please tell me how can I change the main default family font of my prestashop website? So that the police will already be the settled as "Bahnschrift" and I will not have to always go and change that in the source HTML code, when I'm creating new texts. Thank you in advance. Edited January 2, 2019 by Musher Kazarjan (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted January 3, 2019 Share Posted January 3, 2019 Can you share your site's url? Link to comment Share on other sites More sharing options...
Musher Kazarjan Posted January 3, 2019 Author Share Posted January 3, 2019 4 minutes ago, NemoPS said: Can you share your site's url? Here it is 🙂: https://www.moulinandre.be/fr/ Link to comment Share on other sites More sharing options...
NemoPS Posted January 3, 2019 Share Posted January 3, 2019 body { font-family: "Poppins", Helvetica, sans-serif; font-weight: 400; font-size: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #888888; line-height: 24px; } Theme.css in your theme folder/assets/css Also remember some sub-classes override it, so unless you add !important to the property line, you will have to find all of the occurrences. TO do so, right click on an element and choose "inspect" on chrome. It will tell you where the css responsible for the text is located Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now