Changing Font Goes not as Planned [HELP]

So I tried to change my server’s font but that didn’t as expected.
So I did everything this FiveM update - May 5th/6th, 2017
Was saying and I have reached the point that I can add text with this font to be showed on my screen like this: Imgur: The magic of the Internet
But when it comes to notification when I write with my language I get this: Imgur: The magic of the Internet
Can someone help me pls?

Here is an example how to use custom font with notification, change Open Sans to your custom font name. It will work with blips, subtitle text, … too.

function Notification(text)
    SetNotificationTextEntry('STRING')
    AddTextComponentString('<FONT FACE="Open Sans">' .. text .. '</FONT>')
    DrawNotification(0, 1)
end

Notification('Testing')
1 Like