I want to use the woff file in my Google App Script project. I'm not getting how to upload a woff file in the Google App script. because there are only two file options: one is HTML and the second is script. I want to use the woff file in my project with font face CSS.
Can anyone guide me on this?
SUGGESTION
As per the existing post, a woof file can also be used in the same method. I conducted a quick test for your reference, as shown below.
Essentially, all you need to do is convert your woof file into the base64 format. You can do a Google search on several online tools for this, such as this sample resource or this.
Demo
Index.html) file's style tag, I have pasted the converted woof file to base64@font-facedeclaration as seen below.htmlas a web app. You may also review the actual test here.Reference