Using google web fonts in app script -
i have tried using
<link href='https://fonts.googleapis.com/css?family=enriqueta|cantarell' rel='stylesheet' type='text/css'/>
to include above fonts enriqueta , cantarell in app script not working.is there other way use above fonts in app script?
you're using outdated version of htmlservice sandbox, should add sandbox iframe after evaluate
, show everywhere in documentation:
https://developers.google.com/apps-script/guides/html/best-practices
also, urls loaded must served secure (https
), noted gerardo.
Comments
Post a Comment