# globalTextFontsAndTextStyles

/

## Signature

```javascript
globalTextFontsAndTextStyles(app)
```

## Parameters

| Parameter | Description |
| --------- | ----------- |
| `app`     | -           |

## Usage

```javascript
const transformHook = (rw) => {
    const classes = globalTextFontsAndTextStyles(rw);
};
```
