Skip to content

Commit

Permalink
fix(framework): missing 72-Semibold font (#7298)
Browse files Browse the repository at this point in the history
  • Loading branch information
niyap authored Jul 11, 2023
1 parent 3584737 commit 9547d1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/base/src/css/FontFace.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,8 @@
font-weight: 900;
src: url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2?ui5-webcomponents) format("woff2"), local('72Black');
}

@font-face {
font-family: "72-SemiboldDuplex";
src: url(https://sdk.openui5.org/resources/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex.woff2?ui5-webcomponents) format("woff2"), local('72-SemiboldDuplex');
}

0 comments on commit 9547d1c

Please sign in to comment.