OpenOffice won’t recognize TrueType fonts with the extension .otf, so you need to convert them to .ttf
in order to use them in that suite.
1
| |
If all the .otf files are in the same folder, then you are good to go.
First, you need the conversion script, which I found in this post:
1 2 3 4 5 6 7 | |
Save it as otf2ttf.sh into the folder with the .otf files.
Then run:
1
| |
Move all the converted fonts to your your shared directory:
1
| |
And then change the permissions and reload the cache:
1 2 3 | |
And the fonts will now appear in OpenOffice. Easy.