Sync from SUSE:SLFO:Main suse-fonts revision 1576e51015bf7fbcfb3d5de1de11f456

This commit is contained in:
Adrian Schröter 2024-11-12 15:45:34 +01:00
commit 498b7255e0
5 changed files with 161 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

59
README.md Normal file
View File

@ -0,0 +1,59 @@
----
# SUSE
![Sample Image](documentation/Google-Fonts-SUSE-Specimen-01.svg)
**SUSE** is a sans serif typeface designed by [René Bieder](https://www.renebieder.com/), embodying a unique hybrid between geometric and monospaced features. It captures the essence of SUSE, a company renowned for its open-source solutions. This versatile typeface family includes the following styles: Thin, ExtraLight, Light, Regular, Medium, SemiBold, Bold, and ExtraBold.
![Sample Image](documentation/Google-Fonts-SUSE-Specimen-03.svg)
**SUSE** was created to reflect the innovative and open-source spirit of the SUSE company. It provides clarity and legibility, making it ideal for both digital and print media. The hybrid design combines geometric precision with monospaced stability, ensuring a modern and efficient aesthetic.
![Sample Image](documentation/Google-Fonts-SUSE-Specimen-02.svg)
**SUSE** stands out with its distinctive design, perfect for modern, open-source, and tech-focused projects. Its variety of weights allows for flexibility in design, from headlines to body text, ensuring consistency and harmony across different use cases.
![Sample Image](documentation/Google-Fonts-SUSE-Specimen-04.svg)
**SUSE** supports over 200 Latin-based languages.
## About
**We are SUSE.** We believe in building a future for secure, open source innovation.
## Credits
**Type designer** René Bieder
## Building
Fonts are built automatically by GitHub Actions - take a look in the "Actions" tab for the latest build.
If you want to build fonts manually on your own computer:
* `make build` will produce font files.
* `make test` will run [FontBakery](https://github.com/googlefonts/fontbakery)'s quality assurance tests.
* `make proof` will generate HTML proof files.
The proof files and QA tests are also available automatically via GitHub Actions - look at `https://github.com/SUSE/suse-font`.
## Changelog
**28 June 2024. Version 1.00**
- First release.
## License
SUSE typeface is licensed under the SIL Open Font License, Version 1.1.
This license is available with a FAQ at
https://scripts.sil.org/OFL
## Repository Layout
This font repository structure is inspired by [Unified Font Repository v0.3](https://github.com/unified-font-repository/Unified-Font-Repository), modified for the Google Fonts workflow.

BIN
suse-font-v1.000.zip (Stored with Git LFS) Normal file

Binary file not shown.

19
suse-fonts.changes Normal file
View File

@ -0,0 +1,19 @@
-------------------------------------------------------------------
Sat Aug 31 08:57:33 UTC 2024 - Dirk Müller <dmueller@suse.com>
- use embedded OFL license, drop extra copy
- cleanup spec file (add upstream source reference, remove outdated
comments and sources)
-------------------------------------------------------------------
Mon Aug 26 13:46:01 UTC 2024 - Thomas Schraitle <thomas.schraitle@suse.com> - v1.000
- update to v1.000:
* Prep for Google Fonts submission
* Update copyright
* Files ready for GF
-------------------------------------------------------------------
Wed Jul 10 14:16:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
- Initial package

57
suse-fonts.spec Normal file
View File

@ -0,0 +1,57 @@
#
# spec file for package suse-fonts
#
# Copyright (c) 2024 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: suse-fonts
Version: 1.000
Release: 0
Summary: SUSE font
License: OFL-1.1
Group: System/X11/Fonts
URL: https://github.com/SUSE/suse-font
Source0: https://github.com/SUSE/suse-font/releases/download/v%{version}/suse-font-v%{version}.zip
Source1: https://raw.githubusercontent.com/SUSE/suse-font/v%{version}/README.md
BuildRequires: fontpackages-devel
BuildRequires: unzip
BuildArch: noarch
%reconfigure_fonts_prereq
%description
SUSE is a sans serif typeface designed by René Bieder, embodying a unique
hybrid between geometric and monospaced features. It captures the essence of
SUSE, a company renowned for its open-source solutions. This versatile typeface
family includes the following styles: Thin, ExtraLight, Light, Regular, Medium,
SemiBold, Bold, and ExtraBold.
%prep
%autosetup -p1 -n suse-font-v%{version}
cp -p %{SOURCE1} .
%build
%install
mkdir -p %{buildroot}%{_ttfontsdir}
install -m 0644 fonts/otf/*.otf %{buildroot}%{_ttfontsdir}/
%reconfigure_fonts_scriptlets
%files
%license OFL.txt
%doc README.md
%{_ttfontsdir}
%changelog