This is an automated email from the ASF dual-hosted git repository.
piotrz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new b8e8611a99 JewelTheme: Fix issue where font "Lato" has wrong
font-style set
b8e8611a99 is described below
commit b8e8611a997b44391f299dfef384f8c1905340b5
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Fri Aug 15 20:56:26 2025 +0200
JewelTheme: Fix issue where font "Lato" has wrong font-style set
---
.../themes/JewelTheme/src/main/assembly/third-party/lato/Lato.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/frameworks/themes/JewelTheme/src/main/assembly/third-party/lato/Lato.css
b/frameworks/themes/JewelTheme/src/main/assembly/third-party/lato/Lato.css
index 47e38a9cb0..6b4586cc84 100644
--- a/frameworks/themes/JewelTheme/src/main/assembly/third-party/lato/Lato.css
+++ b/frameworks/themes/JewelTheme/src/main/assembly/third-party/lato/Lato.css
@@ -27,7 +27,7 @@
}
@font-face {
font-family: 'Lato';
- font-style: normal;
+ font-style: italic;
font-weight: 400;
src: url(../assets/Lato-Italic.ttf) format('truetype');
}
@@ -39,7 +39,7 @@
}
@font-face {
font-family: 'Lato';
- font-style: normal;
+ font-style: italic;
font-weight: 700;
src: url(../assets/Lato-BoldItalic.ttf) format('truetype');
}