# Convert from Legacy

### ❓ What's the difference? <a href="#difference" id="difference"></a>

%customfont\_style: 1,\<text>% **->** %customfont\_mini\_\<text>%\
%customfont\_style: 2,\<text>% **->** %customfont\_spaced\_\<text>%\
%customfont\_style: 3,\<text>% **->** %customfont\_bubble\_\<text>%\
%customfont\_style: 4,\<text>% **->** %customfont\_custom-1\_\<text>%

%customfontlegacy\_style: 1,\<text>% **->** %customfont\_mini\_\<text>%\
%customfontlegacy\_style: 2,\<text>% **->** %customfont\_spaced\_\<text>%\
%customfontlegacy\_style: 3,\<text>% **->** %customfont\_bubble\_\<text>%\
%customfontlegacy\_style: 4,\<text>% **->** %customfont\_custom-1\_\<text>%

### 🔄️ Conversion

* Open the file your old placeholders are in
* With the **Find & Replace** function of your text editor, find **\_style: X,** and replace it with **\_Y\_**

&#x20;   **OR**

* With the **Find & Replace** function of your text editor, find **legacy\_style: X,** and replace it with **\_Y\_**

{% hint style="info" %}

### Variant 1

**Find:** legacy\_style: 1,

**Find:** \_style: 1,

**Replace:** \_mini\_
{% endhint %}

{% hint style="info" %}

### Variant 2

**Find:** legacy\_style: 1,

**Find:** \_style:1,

**Replace:** \_mini\_
{% endhint %}
