pull/3913/head
Tuğçe Küçükoğlu 2023-04-28 13:15:52 +03:00
commit 0af1211b03
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);
} `
}
};