Skip to content

Commit 787ba37

Browse files
committed
docs: hide section related to creating custom variant
1 parent 84d9da2 commit 787ba37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/pages/4.fonts.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ Platform.select({
393393
394394
#### Using `configureFonts` helper
395395
396+
<div style={{display: 'none'}}>
396397
* If there is a need to create a custom font variant, prepare its config object including required all fonts properties. After that, defined `fontConfig` has to be passed under the <b>`variant`</b> name as `config` into the params object:
397398
398399
```js
@@ -427,6 +428,7 @@ export default function Main() {
427428
);
428429
}
429430
```
431+
</div>
430432
431433
* In order to override one of the available `variant`'s font properties, pass the modified `fontConfig` under specific <b>`variant`</b> name as `config` into the params object:
432434

0 commit comments

Comments
 (0)