forked from silenc3r/fedora-better-fonts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd"> | ||
<!-- SPDX-License-Identifier: MIT --> | ||
<fontconfig> | ||
<alias> | ||
<family>cursive</family> | ||
<prefer> | ||
<family>Kalam</family> | ||
</prefer> | ||
</alias> | ||
<alias> | ||
<family>Kalam</family> | ||
<default> | ||
<family>cursive</family> | ||
</default> | ||
</alias> | ||
</fontconfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# SPDX-License-Identifier: MIT | ||
%global forgeurl https://github.com/itfoundry/kalam | ||
%global commit 03a4d8a33849b1ad9afdee95006bc66d2d4aed94 | ||
%forgemeta | ||
|
||
Version: 2.001 | ||
Release: 1%{?dist} | ||
URL: %{forgeurl} | ||
|
||
%global foundry ITF | ||
%global fontlicense OFL | ||
%global fontdocs *md | ||
|
||
%global fontfamily Kalam | ||
%global fontsummary Kalam is a handwriting-style typeface supporting the Devanagari and Latin scripts | ||
%global fonts build/*otf | ||
%global fontconfs %{SOURCE10} | ||
%global fontdescription %{expand: | ||
Kalam is a handwriting font family that supports the Devanagari and | ||
Latin writing systems. Even though Kalam's letterforms derive from | ||
handwriting, the fonts have each been optimized for text usage on | ||
screen. All in all, the typeface is a design that feels very personal. | ||
Like many informal handwriting-style fonts, it appears rather fresh and | ||
new when seen on screen or printed on the page. | ||
|
||
Kalam's letterforms feature a very steep slant from the top right to the | ||
bottom left. They are similar to letters used in everyday handwriting, | ||
and look like they might have been written with either a thin felt-tip | ||
pen, or a ball-point pen. In the Devanagari letterforms, the | ||
knotted-terminals are open, but some other counter forms are closed. | ||
Features like these strengthen the feeling that text set in this | ||
typeface has been written very quickly, in a rapid manner.} | ||
|
||
Source0: %{forgesource} | ||
Source10: 61-%{fontpkgname}.conf | ||
|
||
%fontpkg | ||
|
||
%package doc | ||
Summary: Optional documentation files of %{name} | ||
BuildArch: noarch | ||
%description doc | ||
This package provides optional documentation files shippend with | ||
%{name}. | ||
|
||
%prep | ||
%forgesetup | ||
|
||
%build | ||
%fontbuild | ||
|
||
%install | ||
%fontinstall | ||
|
||
%check | ||
%fontcheck | ||
|
||
%fontfiles | ||
|
||
%files doc | ||
%defattr(644, root, root, 0755) | ||
|
||
%changelog | ||
* Mon Nov 02 2020 Dawid Zych <[email protected]> - 2.001-1 | ||
- Initial packaging |