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

Popular posts from this blog

jquery - ReferenceError: CKEDITOR is not defined -

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

java - Android – MapFragment overlay button shadow, just like MyLocation button -