Embed Font VS. DataGrid!

Hi All!

I’m trying to embed a FFF font in a datagrid component. I have the font in my lybrairy and also I have the ‘linkage…’ on it

styleHeader.embedFonts = true;
styleHeader.fontFamily = “FFF Alpine”;

or

myDataGrid.setStyle(“embedFonts”, true);
myDataGrid.setStyle(“fontFamily”, “FFF Alpine”);

When I put those actions, my font dissapear!

Does someone have a solution?