xxxxxxxxxx
/* If you set the font-feature-settings in the @font-face,
You can just use the font-family name in Phaser and it will work
as expected */
@font-face{
font-family: 'MyFont';
src: url('myfont.woff) format('woff');
font-weight: bold;
font-feature-settings: 'mf12';
}