We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29a190 commit 295a875Copy full SHA for 295a875
README.md
@@ -50,7 +50,7 @@ The Component takes one prop: `fonts`. It should be an array of objects describi
50
{
51
font: 'Roboto Mono', // The name of the font on Google Fonts.
52
weights: [400, 700], // An array of weights you want to load.
53
- ['cyrillic-ext', 'greek'], // An array of subsets you want to load.
+ subsets: ['cyrillic-ext', 'greek'], // An array of subsets you want to load.
54
},
55
// ...
56
// You can include as many of these objects as you want.
0 commit comments