From 2b948f7e2aa51fcec911ba0cb0c537a5b155e960 Mon Sep 17 00:00:00 2001 From: Scott Westover Date: Fri, 15 Nov 2024 05:39:16 -0500 Subject: [PATCH] completed code for native fonts Signed-off-by: Scott Westover --- phaser-3/3.87/custom-fonts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phaser-3/3.87/custom-fonts/README.md b/phaser-3/3.87/custom-fonts/README.md index e3e3298..54a373f 100644 --- a/phaser-3/3.87/custom-fonts/README.md +++ b/phaser-3/3.87/custom-fonts/README.md @@ -6,11 +6,11 @@ A quick demo of how you can easily use custom fonts in Phaser 3 by using the new For a detailed walkthrough, checkout my video on YouTube here: -[](https://youtu.be/2JqqOxJu9dE 'Mastering Phaser 3: Elevate Your Game with Custom Web Fonts!') +Coming soon... Link to live demo: -[Custom Fonts](https://devshareacademy.github.io/code-examples-from-my-video-content/phaser-3/custom-fonts/index.html) +[Custom Fonts](https://devshareacademy.github.io/code-examples-from-my-video-content/phaser-3/native-custom-fonts/index.html) ## Credit