Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Riksa Posted December 5, 2016 Posted December 5, 2016 Hello, how I can change, such as here in the forum font support forum?
Riksa Posted December 5, 2016 Author 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
opentype Posted December 5, 2016 Posted December 5, 2016 That’s Proxima Nova, a commercial font. You would have to buy a webfont license.
Riksa Posted December 5, 2016 Author 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?
opentype Posted December 7, 2016 Posted December 7, 2016 https://css-tricks.com/snippets/css/using-font-face/
sweethoney Posted December 7, 2016 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
Riksa Posted December 11, 2016 Author 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!
Riksa Posted January 29, 2017 Author Posted January 29, 2017 I could not get this to work. How do I add a new font, such as Helvetica Light? Thank you!
opentype Posted January 29, 2017 Posted January 29, 2017 Where did you buy the webfont license for it? You get the files and embedding code from this vendor.
Riksa Posted January 29, 2017 Author Posted January 29, 2017 I have not bought any font. Do they need to buy?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.