Home > widget-integration > AppService > splitGoogleFontStyle
AppService.splitGoogleFontStyle() method
Signature:
splitGoogleFontStyle(fontStyle: string): {
fontWeight: string | number;
fontStyle: string;
};
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
fontStyle |
string |
Returns:
{ fontWeight: string | number; fontStyle: string; }