4

I have created sample angular application in stackblitz and imported all packages to get primeng working.

my "styles"look like this in angular.json

"styles": [
              "node_modules/primeng/resources/primeng.min.css",
              "node_modules/primeicons/primeicons.css",
              "node_modules/primeng/resources/themes/nova-light/theme.css",              
              "src/styles.css"
            ],

I had a look at this question but could not find any thing similar.

Here is stack blitz link.

UPDATE 1

I realized there are few warning on console complain about 'Failed to decode downloaded font:'

Failed to decode downloaded font: <URL>
(index):1 Failed to decode downloaded font: https://hemant-primengicon-issue.stackblitz.io/fonts/open-sans-v15-latin-regular.woff2
(index):1 Failed to decode downloaded font: https://hemant-primengicon-issue.stackblitz.io/fonts/primeicons.ttf
(index):1 Failed to decode downloaded font: https://hemant-primengicon-issue.stackblitz.io/fonts/open-sans-v15-latin-regular.woff
(index):1 Failed to decode downloaded font: https://hemant-primengicon-issue.stackblitz.io/fonts/open-sans-v15-latin-regular.ttf
(index):1 Failed to decode downloaded font: https://hemant-primengicon-issue.stackblitz.io/fonts/primeicons.woff
user2243747
  • 2,767
  • 6
  • 41
  • 61
  • I don't know why this is happening, but it seems you're not alone: https://forum.primefaces.org/viewtopic.php?t=56030 – Victor P Aug 24 '19 at 12:37
  • true. there is one issue : https://github.com/primefaces/primeicons/issues/104 but development team keeps on saying they can not reproduce it. – user2243747 Aug 24 '19 at 12:38
  • 1
    Post your stack blitz link in that issue. Maybe that will help them figure it out. – Victor P Aug 24 '19 at 15:08
  • Hello, I have a similar problem. What Prime's version are you using? @user2243747 – Alba Nov 29 '21 at 16:29

0 Answers0