Upgrade from 23 to 24, pb 'fontsource/poppins'

Okay, thank you. I’ve no error now with after the code in theme.json. But there is no impact on the font of the application. How change the font of all the application ?

I think my style.css file is correct and I have in my bundle the font files I need

image.png

I don’t understand what is the problem ?

Does it work if you go to start.vaadin.com, choose poppins as the font, download and run?

Yes, it works well

I’ve downloaded and I’ve seen the different with my project

in my style.css file I have to add “/index.css” to my import like that : @import@fontsource/poppins/index.css’;

after done this change , it’s ok now. Thank you for your help. In 23 version with simply “@import '@fontsource/poppins” that worked …