@nova-design-system/nova-angular-19 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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -150,7 +150,7 @@ Add the Nova Font Pro URL to the styles array in your `angular.json` configurati
|
|
|
150
150
|
### Option 2: Import in Styles.css
|
|
151
151
|
|
|
152
152
|
```css
|
|
153
|
-
@import url('contact-us-for-URL');
|
|
153
|
+
@import url('contact-us-for-URL/nova-fonts-pro.css');
|
|
154
154
|
```
|
|
155
155
|
|
|
156
156
|
### Option 3: HTML Integration
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nova-design-system/nova-angular-19",
|
|
3
|
-
"version": "3.
|
|
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",
|