Hello,
I've managed to apply a webfont to a normal text object, but can't get it working on an Input Text object. All the tutorials I've found on the web seem to be for Construct 2, so I was hoping to learn the proper way of going this in Construct 3 please. The Documentation doesn't seem to cover it.
Here's what I'm trying at the moment:
You wrote wrong name of the font, it should be "lunchds" not "lunchtime".
Set CSS style "font-family" to "lunchds".
Hi Maverick, thanks for that - it worked.
Why, though? In the CSS file, I've written
@font-family:'lunchtime';
so why does it use the tag rather than the font-family name?
Develop games in your browser. Powerful, performant & highly capable.
Maybe it can't retrieve that tag from your CSS and it will be not found.