App.HTMLHeader

Stupid question… how do I use App.HTMLHeader?

I’m trying to embed a Google font’with

App.HTMLHeader = "<link href=""https://fonts.googleapis.com/css?family=Cambay"" rel=""stylesheet"">"

in App.Open but that gives me a compiler error -property readonly.

Set it by putting that code directly in the inspector when you have the App object selected.

Ah, I missed that one. Thanks!