Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted October 29, 20204 yr For some unexplainable reason there is no simple option to add more Google Fonts. There are only 5-6 to select from. Or maybe I am looking in the wrong places ... Does someone know where to find the template or css or code which I would simply edit to add the fonts I want?
October 29, 20204 yr Are you talking about in the editor or just want to use a different font for your overall site?
October 29, 20204 yr Author I mean this, for the overall site. It only offers 7 fonts. Edited October 29, 20204 yr by AndreasW2000
October 29, 20204 yr Add your font script to the globalTemplate or the CSS src into custom.css and on that drop down choose "default" and define the font in the custom.css for body so like: body { font-family: "Google Font"; }
October 29, 20204 yr Author Hm, thanks, but simply replacing the custom font is not what I was was looking for. Usually, there is a place somewhere, where all the Google Fonts are named and loaded, sometimes even including their different weights, and this list will define the content of the pulldown. If for some awkward reason the list is hardcoded to having exactly these 7 entries then I would want to replace two of the fonts with the two fonts I want. Andreas