@xsolla/xui-context-menu 0.103.0 → 0.104.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/native/index.mjs CHANGED
@@ -199,7 +199,7 @@ var Text = ({
199
199
  ...props
200
200
  }) => {
201
201
  let resolvedFontFamily = fontFamily ? fontFamily.split(",")[0].replace(/['"]/g, "").trim() : void 0;
202
- if (resolvedFontFamily === "Pilat Wide Bold") {
202
+ if (resolvedFontFamily === "Pilat Wide" || resolvedFontFamily === "Pilat Wide Bold" || resolvedFontFamily === "Aktiv Grotesk") {
203
203
  resolvedFontFamily = void 0;
204
204
  }
205
205
  const style = {