Where are the fonts embedded in an .odt
or .fodt
stored? I created a Writer document and changed some fonts to specialty fonts, both modifying just text and modifying styles, and in File > Properties > Fonts, checked off “Embed fonts in the document.” When I save the files and unzip them, I find the fonts declared in the styles.xml
like so:
<office:font-face-decls>
...
<style:font-face style:name="60s Pop" svg:font-family="'60s Pop'" style:font-pitch="variable"/>
<style:font-face style:name="Hack" svg:font-family="Hack" style:font-adornments="Bold" style:font-pitch="variable"/>
....
</office:font-face-decls>
However, I don’t see the fonts themselves anywhere in the unzipped directory, and no file in it to be large enough to store them. Where do the fonts go? Or do I need to do something else to get them stored in the ODF?
I am using 5.1.4.2 on OSX 10.11.5