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 31d7c8b commit 500d757Copy full SHA for 500d757
docs/FONTS.md
@@ -21,7 +21,7 @@ Renderforest.getTemplateAvailableFonts(1021)
21
The returned object has `getFontById ` method which accepts `fontId` parameter.
22
`getFontId` method returns flattened font.
23
24
-**Be careful**: `setFonts()` project data instance setter accepts only flatten font.
+**Be careful**: `setFonts()` project data instance setter accepts only flattened font.
25
26
```js
27
const primaryFont = fonts.getFontById(256) // returns flatten font with tuned character size
0 commit comments