font family english digit support
This commit is contained in:
parent
9d4ec78b23
commit
35ed618403
|
|
@ -33,7 +33,10 @@ class DidvanText extends StatelessWidget {
|
|||
color: color,
|
||||
fontWeight: fontWeight,
|
||||
fontSize: fontSize,
|
||||
)).copyWith(fontFamily: isEnglishFont ? DesignConfig.fontFamily : null),
|
||||
)).copyWith(
|
||||
fontFamily: isEnglishFont ? DesignConfig.fontFamily : null,
|
||||
height: 1.7,
|
||||
),
|
||||
overflow: overflow,
|
||||
textAlign: textAlign,
|
||||
maxLines: maxLines,
|
||||
|
|
|
|||
Loading…
Reference in New Issue