I want to add a custom font to a specific widget, I did everything but it is not changing I imported the font files into the project and created a "fonts" folder for it then declared the font in the pubspec
I am using PlayfairDisplay and I've tried Roboto but it is still not changing
uses-material-design: true
fonts:
  - family: PlayfairDispaly
    fonts:
      - asset: fonts/PlayfairDisplay-Bold.ttf
        style: bold