gnu: fonts: Add font-lilex.
* gnu/packages/fonts.scm (font-lilex): New variable. Change-Id: I356897bc84f49e9c83ea0faba26ffcd2aaf62427 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
		
							parent
							
								
									95dd0ed736
								
							
						
					
					
						commit
						5b6e65a5b5
					
				
					 1 changed files with 20 additions and 0 deletions
				
			
		|  | @ -197,6 +197,26 @@ fonts have been designed to work well in user interface (UI) environments as | ||||||
| well as other mediums.") | well as other mediums.") | ||||||
|     (license license:silofl1.1))) |     (license license:silofl1.1))) | ||||||
| 
 | 
 | ||||||
|  | (define-public font-lilex | ||||||
|  |   (package | ||||||
|  |     (name "font-lilex") | ||||||
|  |     (version "2.510") | ||||||
|  |     (source (origin | ||||||
|  |               (method url-fetch) | ||||||
|  |               (uri (string-append | ||||||
|  |                     "https://github.com/mishamyrt/Lilex/releases/download/" | ||||||
|  |                     version | ||||||
|  |                     "/Lilex.zip")) | ||||||
|  |               (sha256 | ||||||
|  |                (base32 | ||||||
|  |                 "0dq54qk4q1ymdqnp0skxdxzhx475g2gihzs8ijx0nffa29fwzn9g")))) | ||||||
|  |     (build-system font-build-system) | ||||||
|  |     (home-page "https://github.com/mishamyrt/Lilex") | ||||||
|  |     (synopsis "IBM Plex typeface with extended character sets and ligatures") | ||||||
|  |     (description "Lilex is a modern programming font containing a set of | ||||||
|  | ligatures for common programming multi-character combinations.") | ||||||
|  |     (license license:silofl1.1))) | ||||||
|  | 
 | ||||||
| (define-public font-inconsolata | (define-public font-inconsolata | ||||||
|   (package |   (package | ||||||
|     (name "font-inconsolata") |     (name "font-inconsolata") | ||||||
|  |  | ||||||
		Reference in a new issue