Nothing
This TTF file is a modified version of the data included in [ttf-parser]'s repository for testing purposes.
Modification is done simply by ttx
command, provided by fonttools.
ttx -o tmp.ttx demo.ttf
# (edit tmp.ttx on a text editor)
ttx -o test.ttf tmp.ttx
It contains a glyph data for 'A'.
<TTGlyph name="A" xMin="0" yMin="0" xMax="100" yMax="100">
<contour>
<pt x="0" y="0" on="1"/>
<pt x="100" y="100" on="1"/>
<pt x="0" y="100" on="1"/>
</contour>
<instructions/>
</TTGlyph>
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.