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
I don’t understand what is the problem ?
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 …