cloakedninjas Posted June 7, 2020 Share Posted June 7, 2020 (edited) Shameless plug incoming ... I just created a new plugin for Phaser 3 - a Webfont Loader that doesn't rely on TypeKit font loader, nor does it require you to have the WOFF file - instead it injects a <link rel="stylesheet"> and uses FontFaceSet to initiate the load / be alerted of the load. This is something that will speed up (at least my) development time during game jams, as I can just copy and paste the Google webfont URL. You can get it from here: npm https://www.npmjs.com/package/phaser3-webfont-loader Github https://github.com/cloakedninjas/phaser3-webfont-loader Edited June 7, 2020 by cloakedninjas Quote Link to comment Share on other sites More sharing options...
neb Posted July 20, 2020 Share Posted July 20, 2020 This seems nice. When researching for my game, I choose to use BitmapText instead of Google fonts as I found coding it not as clean. But with your plugin, it seems to solve this. Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.