The Liberation Fonts is font collection which aims to provide document layout compatibility as usage of Times New Roman, Arial, Courier New.
Get source
$ git clone https://github.com/liberationfonts/liberation-fonts.git
Or downloading the tar.gz file from releases.
Extract the tar file:
$ tar zxvf liberation-fonts-[VERSION].tar.gz
Build from the source
$ cd liberation-fonts or $ cd liberation-fonts-[VERSION]
$ make
The binary font files will be available in 'liberation-fonts-ttf-[VERSION]' directory.
Install to system
Fedora Users :
~/.fonts
for user wide usage /usr/share/fonts/liberation
for system-wide availability. fc-cache
to let that cached.Other distributions : please check out corresponding documentation.
Simply select preferred liberation font in applications and start using.
This Font Software is licensed under the SIL Open Font License, Version 1.1.
Please read file "LICENSE" for details.
Before packaging a new release based on a new source tarball, you have to update the version suffix in the Makefile:
VER = [NEW_VERSION]
After updating Makefile VER attribute, update all font metadata by executing:
$ make versionupdate
can verfy changes using 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 versioned tarball will be available in the dist/ folder as liberation-fonts-[NEW_VERSION].tar.gz.
Create github tag for that [NEW_VERSION] and upload dist tarball
Please read file "AUTHORS" for list of contributors.