blob: 51a5329cd8293b76b0e0a28d5eabb84bd2dd97ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
1. What's this?
===============
The Liberation Fonts are intended to be open font replacements for the three
most commonly used fonts on Microsoft systems: Times New Roman, Arial, and
Courier New.
2. Requirements
===============
* fontforge.
- 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 them to ~/.fonts for a
particular user, 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.
5. License
==========
Read the GPL v2 file 'COPYING' and the Liberation Fonts EULA file 'License.txt'
for more information.
6. Credits
==========
Special thanks to all liberation-fonts developers and users!
* Caius Chance <cchance at redhat.com>
- Current project maintainer.
* Mark Webbink <mwebbink at redhat.com>
- Coordinator.
* Steve Matteson
- Ascender Corporation <http://www.ascendercorp.com>
* And, all other contributors.
|