Upvote Upvoted 0 Downvote Downvoted
help adding custom fonts to my hud
1
#1
-1 Frags +

I'm putting this at the bottom of clientscheme.res

		"7" 
		{
			"font" "resource/YanoneKaffeesatz-Regular.ttf"
			"name" "YanoneKaffeesatz-Regular"
		}	

and this where the fonts go

		"Yanone22"
		{
			"1"
			{
				"name"		"YanoneKaffeesatz-Regular"
				"tall"		"22"
				"additive"	"0"
				"antialias" "1"
			}
		}

and I can't seem to get the font to work, i always get this same font (look at health value)http://cloud.steampowered.com/ugc/920120753306495228/152924593131D424F06DC433596B144F93AB0BA0/
This is the font im trying to get to appear http://www.dafont.com/yanone-kaffeesatz.font
I may be stupid and thats the rightfont but it doesnt look right to me

I'm putting this at the bottom of clientscheme.res
[code] "7"
{
"font" "resource/YanoneKaffeesatz-Regular.ttf"
"name" "YanoneKaffeesatz-Regular"
} [/code]
and this where the fonts go
[code] "Yanone22"
{
"1"
{
"name" "YanoneKaffeesatz-Regular"
"tall" "22"
"additive" "0"
"antialias" "1"
}
}[/code]
and I can't seem to get the font to work, i always get this same font (look at health value)http://cloud.steampowered.com/ugc/920120753306495228/152924593131D424F06DC433596B144F93AB0BA0/
This is the font im trying to get to appear http://www.dafont.com/yanone-kaffeesatz.font
I may be stupid and thats the rightfont but it doesnt look right to me
2
#2
1 Frags +

the "name" part has to be exactly the same as windows says the font name is

the "name" part has to be exactly the same as windows says the font name is
Please sign in through STEAM to post a comment.