removing spaces between custom font characters

is there any way to remove spacing between custom font characters when printing them in chat?

json file:

{
    "providers": [
        {
            "type": "bitmap",
            "file": "minecraft:item/font/spell_display.png",
            "ascent": 14,
            "height": 16,
            "chars": [
                "\u0061\u0062\u0063\u0064\u0065\u0066\u0067\u0068\u0069\u006a\u006b\u006c\u006d\u006e\u006f\u0070",
                "\u0071\u0072\u0073\u0074\u0075\u0076\u0077\u0078\u0079\u007a\u0041\u0042\u0043\u0044\u0045\u0046",
                "\u0047\u0048\u0049\u004a\u004b\u004c\u004d\u004e\u004f\u0050\u0051\u0052\u0053\u0054\u0055\u0056",
                "\u0057\u0058\u0059\u005a\u0020\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0020"
                ]
        }
    ]
}

png file:

Continue to help post