Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
December 5, 20168 yr Author 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
December 5, 20168 yr That’s Proxima Nova, a commercial font. You would have to buy a webfont license.
December 5, 20168 yr Author 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?
December 7, 20168 yr 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
December 11, 20168 yr Author 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!
January 29, 20178 yr Author I could not get this to work. How do I add a new font, such as Helvetica Light? Thank you!
January 29, 20178 yr Where did you buy the webfont license for it? You get the files and embedding code from this vendor.
Archived
This topic is now archived and is closed to further replies.