Initial import (#1805974).
parent
ca99ba07e2
commit
fb70e6f011
@ -0,0 +1 @@
|
||||
/Merriweather-fad21f97f3525af393d7a1d6c2995cbaf4b0cd7b.tar.gz
|
@ -0,0 +1,88 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<!-- SPDX-License-Identifier: MIT -->
|
||||
<fontconfig>
|
||||
<group>
|
||||
<target>Merriweather</target>
|
||||
<axis>
|
||||
<name>optical size</name>
|
||||
<step>
|
||||
<name>Regular</name>
|
||||
<value>12</value>
|
||||
<match>
|
||||
<no-keyword>Display</no-keyword>
|
||||
<no-keyword>Heading</no-keyword>
|
||||
<no-keyword>Text</no-keyword>
|
||||
</match>
|
||||
</step>
|
||||
<step>
|
||||
<name>Text</name>
|
||||
<value>54</value>
|
||||
<match>
|
||||
<family>Merriweather</family>
|
||||
<keyword>Text</keyword>
|
||||
</match>
|
||||
</step>
|
||||
<step>
|
||||
<name>Heading</name>
|
||||
<value>90</value>
|
||||
<match>
|
||||
<family>Merriweather</family>
|
||||
<keyword>Heading</keyword>
|
||||
</match>
|
||||
</step>
|
||||
<step>
|
||||
<name>Display</name>
|
||||
<value>144</value>
|
||||
<match>
|
||||
<family>Merriweather</family>
|
||||
<keyword>Display</keyword>
|
||||
</match>
|
||||
</step>
|
||||
</axis>
|
||||
<axis>
|
||||
<name>weight</name>
|
||||
<step>
|
||||
<name>Light</name>
|
||||
<value>50</value>
|
||||
</step>
|
||||
<step>
|
||||
<name>Regular</name>
|
||||
<value>80</value>
|
||||
</step>
|
||||
<step>
|
||||
<name>Bold</name>
|
||||
<value>200</value>
|
||||
</step>
|
||||
<step>
|
||||
<name>Black</name>
|
||||
<value>210</value>
|
||||
</step>
|
||||
</axis>
|
||||
<axis>
|
||||
<name>width</name>
|
||||
<step>
|
||||
<name>Condensed</name>
|
||||
<value>80</value>
|
||||
<match>
|
||||
<keyword>Narrow</keyword>
|
||||
</match>
|
||||
</step>
|
||||
<step>
|
||||
<name>Regular</name>
|
||||
<value>100</value>
|
||||
</step>
|
||||
<step>
|
||||
<name>Expanded</name>
|
||||
<value>125</value>
|
||||
<match>
|
||||
<keyword>Wide</keyword>
|
||||
</match>
|
||||
</step>
|
||||
</axis>
|
||||
<like>
|
||||
<family>serif</family>
|
||||
</like>
|
||||
</group>
|
||||
</fontconfig>
|
||||
|
@ -0,0 +1,68 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
%global forgeurl https://github.com/SorkinType/Merriweather
|
||||
%global commit fad21f97f3525af393d7a1d6c2995cbaf4b0cd7b
|
||||
%forgemeta
|
||||
|
||||
Version: 2.008
|
||||
Release: 2%{?dist}
|
||||
URL: %{forgeurl}
|
||||
|
||||
%global foundry SorkinType
|
||||
%global fontlicense OFL
|
||||
%global fontlicenses OFL.txt
|
||||
%global fontdocs *txt *md
|
||||
%global fontdocsex %{fontlicenses}
|
||||
|
||||
%global fontfamily Merriweather
|
||||
%global fontsummary Merriweather, a warm space-saving serif font family
|
||||
%global fonts fonts/ttfs/*ttf fonts/variable/*ttf
|
||||
%global fontsex fonts/variable/*WO7*ttf fonts/ttfs/Merriweather35*ttf
|
||||
%global fontconfngs %{SOURCE10}
|
||||
%global fontdescription %{expand:
|
||||
Merriweather offers a Renaissance warmth while using proportions which are
|
||||
space-saving. It is suitable for editorial design, news and other kinds of
|
||||
space sensitive typography.
|
||||
|
||||
Merriweather was designed to be a text face that is pleasant to read on
|
||||
screens. It features a very large x height, slightly condensed letter-forms, a
|
||||
mild diagonal stress, sturdy serifs and open forms}
|
||||
|
||||
Source0: %{forgesource}
|
||||
Source10: 57-%{fontpkgname}.xml
|
||||
|
||||
%fontpkg
|
||||
|
||||
%package doc
|
||||
Summary: Optional documentation files of %{name}
|
||||
BuildArch: noarch
|
||||
%description doc
|
||||
This package provides optional documentation files shipped with
|
||||
%{name}.
|
||||
|
||||
%prep
|
||||
%forgesetup
|
||||
|
||||
%build
|
||||
%fontbuild
|
||||
|
||||
%install
|
||||
%fontinstall
|
||||
|
||||
%check
|
||||
%fontcheck
|
||||
|
||||
%fontfiles
|
||||
|
||||
%files doc
|
||||
%defattr(644, root, root, 0755)
|
||||
%license OFL.txt
|
||||
%doc documents/*
|
||||
|
||||
%changelog
|
||||
* Sat Feb 22 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
||||
- 2.008-2
|
||||
✅ Rebuild with fonts-rpm-macros 2.0.2
|
||||
|
||||
* Sat Feb 15 2020 Nicolas Mailhot <nim@fedoraproject.org>
|
||||
- 2.008-1.0.20200111gitfad21f9
|
||||
✅ Initial packaging
|
Loading…
Reference in new issue