NGUI Doesn't load completely

Hello there,
I’ve created an simple NGUI Speedometer.
On my local server (Hosted via XAMPP --> Apashe) it displayes as wished.

Once i’m in car (The Speedometer gets displayed) it changes to an pure eye pain and raises my blood pressure.

The font is Web-Ready and is mentioned in the resource.lua as needed.

Displayed In-Game:

Displayed in Web:

The resource.lua

resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'

ui_page "hud.html"

files {
	"hud.html",
	"hud.js",
	"hud.css",
	"Purista_Light.ttf",
	"Purista_Numbers.ttf"
}

client_script "client.lua"

The Fonts Purista_Light.ttf & Purista_Numbers.ttf are located in the folder.
Without any sub-folder or whatever.
So should work fine

What am i doing? Wrong?..
I really need help with that one

How ever fixed, sorry for your wasted time.