File google-commissioner-fonts.spec of Package google-commissioner-fonts
#
# spec file for package google-commissioner-fonts
#
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: google-commissioner-fonts
Version: 1.000
Release: 0
Summary: A low-contrast humanist sans-serif typeface
License: OFL-1.1
Group: System/X11/Fonts
URL: https://github.com/kosbarts/Commissioner
Source0: %{url}/releases/download/%{version}/Commissioner_%{version}.zip
Source1: %{url}/raw/%{version}/AUTHORS.txt
Source2: %{url}/raw/%{version}/CONTRIBUTORS.txt
BuildRequires: fontpackages-devel
BuildRequires: unzip
BuildArch: noarch
%reconfigure_fonts_prereq
%description
Commissioner is a low-contrast humanist sans-serif with almost classical
proportions, conceived as a variable family. The family consists of three
“voices”. The default style is a grotesque with straight stems. As the flair
axis grows the straight grotesque terminals develop a swelling and become
almost glyphic serifs while joints become more idiosyncratic. The volume axis
transforms the glyphic serifs to wedge-like ones.
Each voice of Commissioner comes in a range of styles from Thin to Black
including italics. The diverse proportions of lowercase and capitals add warmth
and appeal to texts across sizes, while the different voices can express a
variation in the typographic texture that ranges from delicate in text sizes to
exuberant in larger sizes.
Commissioner supports the Google Latin Plus, Latin Pro, Cyrillic Plus, Cyrillic
Plus .locl, Cyrillic Pro, and Greek Core character sets. The Cyrillic was done
with the valuable consultation of Maria Doreuli (maria@contrastfoundry.com).
This typeface project received financial support from Google, and in the future
may be available in Google Fonts.
%prep
%autosetup -n Commissioner_%{version}/Kostas_Bartsokas_Commissioner_%{version}
cp %{SOURCE1} %{SOURCE2} .
%build
%install
install -dm0755 %{buildroot}%{_ttfontsdir}
install -m0644 fonts/static/otfs/*.otf %{buildroot}%{_ttfontsdir}
%reconfigure_fonts_scriptlets
%files
%dir %{_ttfontsdir}
%{_ttfontsdir}/*.otf
%doc README.md {AUTHORS,CONTRIBUTORS}.txt Commissioner_Specimen.pdf
%license OFL.txt
%changelog