@nova-design-system/nova-angular-18 3.28.0 → 3.29.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -151,7 +151,7 @@ Add the Nova Font Pro URL to the styles array in your `angular.json` configurati
151
151
  ### Option 2: Import in Styles.css
152
152
 
153
153
  ```css
154
- @import url('contact-us-for-URL');
154
+ @import url('contact-us-for-URL/nova-fonts-pro.css');
155
155
  ```
156
156
 
157
157
  ### Option 3: HTML Integration
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nova-design-system/nova-angular-18",
3
- "version": "3.28.0",
3
+ "version": "3.29.0",
4
4
  "description": "Nova is a design system created by Elia Group to empower creators to efficiently build solutions that people love to use.",
5
5
  "author": "Elia Group",
6
6
  "homepage": "https://nova.eliagroup.io",