How change & add fonts that is at TextBlock

I know, my question was too easy.
And my english was idiot.
But i’m happy.

um… right is ‘import’.

import .scss file.
input name.
the end.

import ../Ref../MyFonts.css
const tBlock = new TextBlock('test');
tBlock.fontFamily = 'font name';

thank you!