Fonts in Save as HTML in Aspose.Cells

I am trying to export an area in Worksheet to HTML file.
In one of worksheets, we are using Poppins font.
Looks like the HTML is generated properly with css indicating Poppins font.

<span style="font-size:11pt;color:#000000;font-weight:700;text-decoration:none;text-line-through:none;font-family:'Poppins' ">Some title</span>

My problem is that the font does not look like Popins - I think some default font is used.

My question:
Does Aspose embed the font definition in the HTML files? If not - how insert the font definition to the HTML.

@eyalmolad,

Please install the underlying font on your system to view the file properly.

Trying soon. Tnx