This is an automated email from the ASF dual-hosted git repository.

hiedra pushed a commit to branch examples/TDJ_localresources
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit adb82f8cdc5750bac330efaa2179d190396a6eba
Author: Josh Tynjala <[email protected]>
AuthorDate: Wed Mar 26 15:56:17 2025 -0700

    TourDeJewel: fix lato font path
---
 .../jewel/TourDeJewel/src/main/resources/assets/lato/Lato.css     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/examples/jewel/TourDeJewel/src/main/resources/assets/lato/Lato.css 
b/examples/jewel/TourDeJewel/src/main/resources/assets/lato/Lato.css
index 4b687ba435..47e38a9cb0 100644
--- a/examples/jewel/TourDeJewel/src/main/resources/assets/lato/Lato.css
+++ b/examples/jewel/TourDeJewel/src/main/resources/assets/lato/Lato.css
@@ -23,23 +23,23 @@
   font-family: 'Lato';
   font-style: normal;
   font-weight: 400;
-  src: url(../assets/fonts/lato/Lato-Regular.ttf) format('truetype');
+  src: url(../assets/Lato-Regular.ttf) format('truetype');
 }
 @font-face {
   font-family: 'Lato';
   font-style: normal;
   font-weight: 400;
-  src: url(../assets/fonts/lato/Lato-Italic.ttf) format('truetype');
+  src: url(../assets/Lato-Italic.ttf) format('truetype');
 }
 @font-face {
   font-family: 'Lato';
   font-style: normal;
   font-weight: 700;
-  src: url(../assets/fonts/lato/Lato-Bold.ttf) format('truetype');
+  src: url(../assets/Lato-Bold.ttf) format('truetype');
 }
 @font-face {
   font-family: 'Lato';
   font-style: normal;
   font-weight: 700;
-  src: url(../assets/fonts/lato/Lato-BoldItalic.ttf) format('truetype');
+  src: url(../assets/Lato-BoldItalic.ttf) format('truetype');
 }

Reply via email to