# Data module

{% stepper %}
{% step %}

### Create module

Create a new module and name it whatever you want — `Fonts` is recommended.
{% endstep %}

{% step %}

### Tag module

Give the module the [tag](https://create.roblox.com/docs/studio/properties#instance-tags) `Fonts`, so that Text+ can identify it.
{% endstep %}

{% step %}

### Module content

The module has to return a table, like this:

```lua
return {
	
}
```

{% endstep %}
{% endstepper %}
