Merge branch 'prod'

pull/3913/head
Cagatay Civici 2023-04-28 13:12:24 +03:00
commit 65ef3c3dce
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}
```

View File

@ -20,7 +20,7 @@ import "primevue/resources/primevue.min.css";`
},
code2: {
basic: `body {
font-family: (--font-family);
font-family: var(--font-family);
} `
}
};