Reply to thread

Hi Chuck, that´s one of the things not possible with MP - you can´t add a different font.xml in a theme (of course you can, but that will lead to severe problems up to a crash of MP, because the font cache is only written once during start of MP) ;)

The only solution would be to add ALL the required fonts in the standard fonts.xml and then use skin expressions to display the correct font like

<font>#(iif(eq(#skin.resolution,'1920'),'font14','font12'))</font> :)

And now the bad news: AFAIK the <font> property does not allow skin expressions :cry:


Top Bottom