By default Google Sheets support 6 fonts only.
This can be further extended by "35 Fonts" add-on.
I wonder if I could actually use any webfont, ie. by setting it programmatically using custom Google Apps script/function?
By default Google Sheets support 6 fonts only.
This can be further extended by "35 Fonts" add-on.
I wonder if I could actually use any webfont, ie. by setting it programmatically using custom Google Apps script/function?
Not 100% sure if this is what you're looking for, but .setFontFamily(fontFamily) is the method you're looking for if you're looking to sets fonts in Sheets using Apps script.
How many font families this supports, I don't know, but I imagine that's what the more fonts add on uses.