0

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?

msciwoj
  • 772
  • 7
  • 23

1 Answers1

0

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.

HDCerberus
  • 2,113
  • 4
  • 20
  • 36
  • sure, but my question was about webfonts so it really boils down to be able to include web fonturl through css like here http://fonts.googleapis.com/css?family=Tangerine , see more here: https://developers.google.com/fonts/docs/getting_started – msciwoj Dec 05 '14 at 10:32