Can I use google fonts in Google Drive web hosting?

google-drive-api, html

Solution

I found a technique to use Google Web fonts for myself by creating a secure link to Google's font apis - change the http to https like so:

<link href='https://fonts.googleapis.com/css?family=Francois+One' rel='stylesheet' type='text/css' />

You should find this works!

Problem

I was curious to try Google fonts in webpage that is hosted in public folder on Google Drive - but the fonts dont show up - is there a technique to use them in Google Drive or is it restricted?

Original source