1

ex.: on Ubuntu 11.04 - how can I install ecofont?

http://www.ecofont.com/

Jorge Castro
  • 71,754
LanceBaynes
  • 1,055

1 Answers1

2

You cant install ecofonts to replace your fonts automatically because the software is made for Windows only but you can use the TTF installed in the windows version to be used on your documents:

  1. Make a new directory /usr/share/fonts. Can be /usr/share/fonts/miscttf.

  2. copy the ttf from the install package to that folder.

  3. Update the available ttf fonts on your system using ttmkfdir mkfontdir fc-cache /usr/share/fonts/miscttf

Or you can just double click on the ttf file and click install:

After that you will be able to use the ecofonts on your documents and print them instead of the normals ones available.

Bruno Pereira
  • 73,643