EDIT:
 
	I just realized, that importing the normal font as a .woff2, defining a `@font-face` within css and then use `fontFamily: fontName` kind of works as well. 
	One more problem though, the font is not being used on initialization, but when I f.e. change its color on hover. How so? How can I make it use the font from the very beginning?
 
	 
 
	OLD:
 
	I'm currently trying to load a custom font to use is in combination with `PIXI.text()`.
 
	I got everything set up, the text is be