From edf5db79ed5bfbdda1bd77b558ff36376cbdf5ec Mon Sep 17 00:00:00 2001 From: Emre Date: Mon, 7 Feb 2022 16:58:57 +0300 Subject: [PATCH] set font weight for typography add new property to set font weight. --- src/gf-typography.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gf-typography.md b/src/gf-typography.md index 0973fef..3444793 100644 --- a/src/gf-typography.md +++ b/src/gf-typography.md @@ -84,3 +84,4 @@ The look and feel can be customized using **GFTypography** properties. | **showDivider** | bool value to hide or show divider , defaults to true | | **dividerWidth** | the width of the divider | | **backgroundImagecolorFilter** | colorFilter of background image only when background image is available | +| **fontWeight** | the weight of font |