Hi all,
I'm loving working in Construct 2 except for one thing!
I am trying to add a custom font into C2 and applying it throughout the game.
I have followed the tutorial closely, yet still can't get the fonts to show on any device or browser.
The font file is GoodDog-webfont.woff
The css is
— {
font-family: 'GoodDogRegular';
font-style: normal;
font-weight: 400;
src: local('GoodDogRegular'), url('GoodDog-webfont.woff') format('woff');
}
I have added > System >OnStart of layout>Scoretext> Set webfont "GoodDogRegular" from "webfont.css"
I've tried allsorts of configurations without success..please help.
Many thanks
Matt