Re: Web fonts

2018-05-21 Thread hh via use-livecode
> Peter B. wrote: > Crazy question, but is it possible to use a web font within a > internet-connected LiveCode application? Of course in a browser widget, but not for use in other LC objects. ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: Web fonts

2018-05-17 Thread Håkan Liljegren via use-livecode
Web fonts are usually .woff and LiveCode can’t use that internally, AFAIK. But if you use the browser widget they do work! You can of course download the font in .ttf format and use it that way but then make sure that the licence allow you to do that. Håkan Liljegren On 17 May 2018, 00:34 +020

Re: Web fonts

2018-05-16 Thread Tom Glod via use-livecode
I've never tried it ...but the easy way to test is to "set the htmltext of field "Text" to html_text" .. if your html has inline font definition chances are it should work. let us know. On Wed, May 16, 2018 at 6:22 PM, Peter Bogdanoff via use-livecode < use-livecode@lists.runrev.com> wrote: