Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/liberationfonts/liberation-fonts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e9b29321d7dc1d5dbb8a1ad3774d600f7a60e08 (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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
  Liberation Fonts
  =================

  The Liberation Fonts is font collection which aims to provide document 
  layout compatibility as usage of Times New Roman, Arial, Courier New.


  Requirements
  =================

  * [fontforge](http://fontforge.sourceforge.net)
  * [python fonttools](https://pypi.org/project/fonttools/)


 Install
  ============

  1. Get source
        ```
   	    $ git clone https://github.com/liberationfonts/liberation-fonts.git
        ```
    
     - Or downloading the tar.gz file from [releases](https://github.com/liberationfonts/liberation-fonts/releases).

     - Extract the tar file:
  	    ```
	    $ tar zxvf liberation-fonts-[VERSION].tar.gz
        ```
  2. 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.

  3. Install to system
        
        Fedora Users : 
        - One can manually install the fonts by copying the TTFs to `~/.fonts` for user wide usage 
        - and/or to `/usr/share/fonts/liberation` for system-wide availability. 
        - Then, run `fc-cache` to let that cached.

        Other distributions : 
        please check out corresponding documentation.


  Usage
  ==========

  Simply select preferred liberation font in applications and start using.


   License
  ============

  This Font Software is licensed under the SIL Open Font License,
  Version 1.1.

  Please read file "LICENSE" for details.


   For Maintainers
  ====================

  1. Before packaging a new release based on a new source tarball, you have to update the version suffix in the Makefile:
        ```
        VER = [NEW_VERSION]
        ```
  2. After updating Makefile VER attribute, update all font metadata by executing:
        ```
        $ make versionupdate
        ```
        can verfy changes using ftinfo/otfinfo or fontforge itself. 
  3. It is highly recommended that file 'ChangeLog' is updated to reflect changes.

  4. 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.`
  5. Create github tag for that [NEW_VERSION] and upload dist tarball 

  Credits
 ============

  Please read file "AUTHORS" for list of contributors.