This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch examples/TDJ_localresources
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/examples/TDJ_localresources by
this push:
new 00e9288cd2 TourDeJewel: fix lato font path
00e9288cd2 is described below
commit 00e9288cd243d153057ae975afae84d88a508e89
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');
}