Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Saurabh Jain Posted December 11, 2017 Posted December 11, 2017 Say if I want to use this as default font https://fonts.google.com/specimen/Karma What I have to do
Joy Rex Posted December 11, 2017 Posted December 11, 2017 http://lmgtfy.com/?q=how+to+use+google+fonts
Saurabh Jain Posted December 12, 2017 Author Posted December 12, 2017 but where to place code and fonts in IPS
Saurabh Jain Posted February 26, 2018 Author Posted February 26, 2018 if some 1 can add more points to this
steve00 Posted February 26, 2018 Posted February 26, 2018 25 minutes ago, Saurabh Jain said: if some 1 can add more points to this Sorry not sure what you are asking If wanting to use google fonts then just add the link between the <head> and </head> tags in globalTemplate then use the font for where you want it e.g. <head> <link href='https://fonts.googleapis.com/css?family=Sofia' rel='stylesheet'> <style> body { font-family: 'Sofia';font-size: 22px; } </style> </head> obviously just change the body to what you want to use the font with or add the style part to custom.css instead of in globalTemplate
Saurabh Jain Posted March 2, 2018 Author Posted March 2, 2018 I want to know 1 where to insert this font https://fonts.google.com/specimen/Noto+Sans?selection.family=Noto+Sans which link to be placed and where in font css so that I can see the option of selecting the same in drop down menu of theme , text option
Recommended Posts
Archived
This topic is now archived and is closed to further replies.