Riksa Posted December 5, 2016 Share Posted December 5, 2016 Hello, how I can change, such as here in the forum font support forum? Link to comment Share on other sites More sharing options...
Riksa Posted December 5, 2016 Author Share Posted December 5, 2016 How can I get exchanged the font "user", which is the css code. I would like the use same font which is on this forum Link to comment Share on other sites More sharing options...
opentype Posted December 5, 2016 Share Posted December 5, 2016 That’s Proxima Nova, a commercial font. You would have to buy a webfont license. Link to comment Share on other sites More sharing options...
Riksa Posted December 5, 2016 Author Share Posted December 5, 2016 1 hour ago, opentype said: That’s Proxima Nova, a commercial font. You would have to buy a webfont license. Hey, thanks for the reply. How do I change the fonts? Link to comment Share on other sites More sharing options...
Riksa Posted December 7, 2016 Author Share Posted December 7, 2016 How do I change the fonts? Link to comment Share on other sites More sharing options...
opentype Posted December 7, 2016 Share Posted December 7, 2016 https://css-tricks.com/snippets/css/using-font-face/ Link to comment Share on other sites More sharing options...
sweethoney Posted December 7, 2016 Share Posted December 7, 2016 this might help you Enter in your ACP; Go to "Customizations > Themes > "Theme that you use" > Edit HTML and CSS"; Go to "Templates > core > front > global > logo" At the beginning of your code, place: <font face="NameOfFont">; At the end of your code, place: </font> On final of your "logo" code, you need put this code: <style> @font-face { font-family: NameOfFont; src: url(http://yourdomain.com/uploads/YourFont.ttf); font-weight:400; } NameOfFont { font-family: NameOfFont; } </style> try this it might work Link to comment Share on other sites More sharing options...
Riksa Posted December 11, 2016 Author Share Posted December 11, 2016 Hey, I did not get to the font, style might be changed but it is "bold". This font-weight: 400; did not work? Who can guide me? Thanks a lot! Link to comment Share on other sites More sharing options...
Riksa Posted January 29, 2017 Author Share Posted January 29, 2017 I could not get this to work. How do I add a new font, such as Helvetica Light? Thank you! Link to comment Share on other sites More sharing options...
opentype Posted January 29, 2017 Share Posted January 29, 2017 Where did you buy the webfont license for it? You get the files and embedding code from this vendor. Link to comment Share on other sites More sharing options...
Riksa Posted January 29, 2017 Author Share Posted January 29, 2017 I have not bought any font. Do they need to buy? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.