SAP / ui5-webcomponents-react

A wrapper implementation for React of the UI5 Web Components that are compliant with the SAP Fiori User Experience
https://sap.github.io/ui5-webcomponents-react/
Apache License 2.0
437 stars 98 forks source link

SF-ACC: DynamicPage: font-family of title looks different between Safari and Chrome under horizon theme #3583

Closed sleric1024 closed 1 year ago

sleric1024 commented 1 year ago

Describe the bug The font-family of dynamic page looks different between Safari and Chrome under horizon theme

Isolated Example We can reproduce in playground. https://sap.github.io/ui5-webcomponents-react/?path=/docs/layouts-floorplans-dynamicpage--always-show-header-content&globals=theme:sap_horizon

Screenshots image image

Expected behavior The font-family should be same between Safari and Chrome

UI5 Web Components for React Information @ui5/webcomponents version: 1.7.1 @ui5/webcomponents-react version: 0.28.1 Operating System: MacOS Browser: Chrome & Safari

Additional context I am from Successfactors.

MarcusNotheis commented 1 year ago

Hey Erick, this is actually a bug in UI5 Web Components which is already fixed but not released yet. Safari is not reading local fonts and the Font Family of the Dynamic Page Title is not loaded correctly as a network resource. Chrome reads the locally installed font, so this is why it is working in Chrome.

I'll keep this issue open until the new UI5 Web Components release is available.

ui5-webcomponents-react-bot commented 1 year ago

:tada: This issue has been resolved in version v1.1.0 :tada:

The release is available on v1.1.0

Your semantic-release bot :package::rocket: