Merge branch 'prod'
commit
65ef3c3dce
|
@ -50,7 +50,7 @@ Each PrimeVue theme has its own font family so it is suggested to apply it to yo
|
|||
|
||||
```
|
||||
body {
|
||||
font-family: (--font-family);
|
||||
font-family: var(--font-family);
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ import "primevue/resources/primevue.min.css";`
|
|||
},
|
||||
code2: {
|
||||
basic: `body {
|
||||
font-family: (--font-family);
|
||||
font-family: var(--font-family);
|
||||
} `
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue