1
0
Fork 0
fgdata/Fonts/LiberationFonts
Torsten Dreyer eb6b094957 Make Fonts accessible via the httpd
- Add a /Fonts/ url rewrite, mapping to FGDATA/Fonts
- Add a css for mapping our Liberation Fonts
2014-09-16 14:18:22 +02:00
..
AUTHORS New true type font family 2009-08-30 08:55:41 +00:00
ChangeLog New true type font family 2009-08-30 08:55:41 +00:00
COPYING New true type font family 2009-08-30 08:55:41 +00:00
LiberationFonts.css Make Fonts accessible via the httpd 2014-09-16 14:18:22 +02:00
LiberationMono-Bold.ttf New true type font family 2009-08-30 08:55:41 +00:00
LiberationMono-BoldItalic.ttf New true type font family 2009-08-30 08:55:41 +00:00
LiberationMono-Italic.ttf New true type font family 2009-08-30 08:55:41 +00:00
LiberationMono-Regular.ttf New true type font family 2009-08-30 08:55:41 +00:00
LiberationSans-Bold.ttf New true type font family 2009-08-30 08:55:41 +00:00
LiberationSans-BoldItalic.ttf New true type font family 2009-08-30 08:55:41 +00:00
LiberationSans-Italic.ttf New true type font family 2009-08-30 08:55:41 +00:00
LiberationSans-Regular.ttf New true type font family 2009-08-30 08:55:41 +00:00
LiberationSansNarrow-Bold.ttf Add Liberation Sans Narrow fonts 2014-09-10 16:52:31 +02:00
LiberationSansNarrow-BoldItalic.ttf Add Liberation Sans Narrow fonts 2014-09-10 16:52:31 +02:00
LiberationSansNarrow-Italic.ttf Add Liberation Sans Narrow fonts 2014-09-10 16:52:31 +02:00
LiberationSansNarrow-Regular.ttf Add Liberation Sans Narrow fonts 2014-09-10 16:52:31 +02:00
LiberationSerif-Bold.ttf New true type font family 2009-08-30 08:55:41 +00:00
LiberationSerif-BoldItalic.ttf New true type font family 2009-08-30 08:55:41 +00:00
LiberationSerif-Italic.ttf New true type font family 2009-08-30 08:55:41 +00:00
LiberationSerif-Regular.ttf New true type font family 2009-08-30 08:55:41 +00:00
License.txt New true type font family 2009-08-30 08:55:41 +00:00
README New true type font family 2009-08-30 08:55:41 +00:00

 1. What's this?
=================

  The Liberation Fonts is font collection which aims display compatibility to 
  document files that used Times New Roman, Arial, Courier New as fonts.


 2. Requirements
=================

  * fontforge to be installed.
    (http://fontforge.sourceforge.net)


 3. Install
============

  3.1 Decompress tarball

    You can extract the files by following command:

      $ tar zxvf liberation-fonts-[VERSION].tar.gz

  3.2 Build from the source

    Change into directory liberation-fonts-[VERSION]/ and build from sources by 
    following commands:

      $ cd liberation-fonts-[VERSION]
      $ make

    The built font files will be available in 'build' directory.

  3.3 Install to system

    You can manually install the fonts by copying the TTFs to ~/.fonts for user
    wide usage, or to /usr/share/fonts/truetype/liberation for system-wide
    availability.


 4. Usage
==========

  The fonts should be installed and detected by the system after installation. 
  Simply select preferred liberation font in applications and start using.


 5. License
============

  For redistribution information, please read the GPL license file 'COPYING'.

  For EULA information, please read file 'License.txt'.


 6. Maintainers
================

  (FIXME)
    Before packaging a new release based on a new source tarball, you have to
    update the version number in the Makefile:

    VER = [VERSION]

    Make sure that the defined version corresponds to the font software metadata
which you can check with ftinfo/otfinfo or fontforge itself. It is highly recommended that file 'ChangeLog' is updated to reflect
changes.

Create a tarball with the following command:
$ make dist

The new versionned tarball will be available in the dist/ folder as
'liberation-fonts-[NEW_VERSION].tar.gz'.
  (FIXME)

 7. Credits
============

Special thanks to all involved to the proejct of Liberation Fonts!

 * Caius 'kaio' Chance <k AT kaio.me>
   - Current project maintainer.

 * Mark Webbink <mwebbink AT redhat.com>
   - Release coordinator, Red Hat Inc.

 * Steve Matteson
   - Designer, Ascender Corp.

 * And, all other anonymous participants.