My config file looks like this, but only regular font was added ```ts fonts: { families: [ { name: 'My Font', src: 'https://x-Regular.ttf', weight: 400, }, { name: 'My Font', src: 'https://x-Black.ttf', weight: 900, }, ], }, ```