@beppla/tapas-ui 1.0.77 → 1.0.79

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.
@@ -204,7 +204,7 @@ class SmartFontLoader {
204
204
  const style = doc.createElement('style');
205
205
  style.textContent = `
206
206
  @font-face {
207
- font-family: 'icomoon';
207
+ font-family: 'customfont';
208
208
  src: url('/assets/fonts/customfont.ttf') format('truetype');
209
209
  font-weight: normal;
210
210
  font-style: normal;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beppla/tapas-ui",
3
- "version": "1.0.77",
3
+ "version": "1.0.79",
4
4
  "description": "Tapas UI Component Library - A comprehensive React Native component library with Expo support",
5
5
  "main": "./commonjs/index.js",
6
6
  "module": "./module/index.js",