Skip to content

Commit

Permalink
Merge pull request #49 from RedHatOfficial/update-1.023
Browse files Browse the repository at this point in the history
Update 1.023
  • Loading branch information
zhawkins authored Aug 1, 2022
2 parents 2f89d03 + f1ad40e commit 1048187
Show file tree
Hide file tree
Showing 9,874 changed files with 32,874 additions and 13,355 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
9 changes: 9 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This is the official list of project authors for copyright purposes.
# This file is distinct from the CONTRIBUTORS.txt file.
# See the latter for an explanation.
#
# Names should be added to this file as:
# Name or Organization <email address>

MCKL
Jeremy Mickel <[email protected]>
93 changes: 93 additions & 0 deletions OFL.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
Copyright 2021 The Red Hat Project Authors (https://github.com/RedHatOfficial/RedHatFont)

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
https://scripts.sil.org/OFL


-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------

PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.

DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.

"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).

"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).

"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.

"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.

PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:

1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.

2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.

3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.

4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.

5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.

TERMINATION
This license becomes null and void if any of the above conditions are
not met.

DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ As part of Red Hat’s commitment to open source software, the fonts are made av

## Variable Fonts

A demo for variable fonts is available at [https://redhatofficial.github.io/RedHatFont/](https://redhatofficial.github.io/RedHatFont/).

Variable fonts are available for each of the Red Hat Typeface families. The fonts include the `wght` axis, which allows for interpolation between light and black weights.

A demo for variable fonts is available at [https://redhatofficial.github.io/RedHatFont/](https://redhatofficial.github.io/RedHatFont/).
There are two versions of the variable fonts: with and without VF in the name. It is Red Hat's preference to name these differently than the OTF / TTF fonts, but Google requires the names to be the same. We recommend using ***either*** the VF or standard named variable fonts, but not both.

## Building the Fonts

Expand Down Expand Up @@ -80,6 +82,7 @@ Give the build scripts permission to run/execute (you can copy & paste, then run

```bash
chmod +x build-scripts/*.sh
chmod +x mastering/make-github-release/**/*.sh
```

**Making woff2 files**
Expand Down Expand Up @@ -112,19 +115,19 @@ Once you have set up the environment (see above), you can build fonts & prep rel
To build variable and static fonts, plus make woff2s, use `build-all.sh`. This takes awhile (most of the time is taken up by building TTF & OTF static fonts).

```bash
./build-all.sh
build-scripts/build-all.sh
```

If you just want to build variable fonts, use `build.sh`:

```bash
./build-scripts/build-vf.sh
build-scripts/build-vf.sh
```

To build only the static fonts (these are secondary to the variable fonts, so you can’t set the version numbers in this script), use `build-statics.sh`:

```bash
./build-scripts/build-statics.sh
build-scripts/build-statics.sh
```

## Installation
Expand Down
12 changes: 12 additions & 0 deletions build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,15 @@ build-scripts/build-vf.sh $version
build-scripts/build-statics.sh

build-scripts/make-woff2s.sh

echo "bump up version"
gftools update-version ./fonts/proportional/RedHatDisplay-Italic\[wght\].ttf ./fonts/proportional/RedHatDisplay\[wght\].ttf ./fonts/proportional/RedHatText-Italic\[wght\].ttf ./fonts/proportional/RedHatText\[wght\].ttf ./fonts/mono/RedHatMono-Italic\[wght\].ttf ./fonts/mono/RedHatMono\[wght\].ttf 1.010 1.021

mv -f ./fonts/proportional/RedHatDisplay-Italic\[wght\].ttf.fix ./fonts/proportional/RedHatDisplay-Italic\[wght\].ttf
mv -f ./fonts/proportional/RedHatDisplay\[wght\].ttf.fix ./fonts/proportional/RedHatDisplay\[wght\].ttf
mv -f ./fonts/proportional/RedHatText-Italic\[wght\].ttf.fix ./fonts/proportional/RedHatText-Italic\[wght\].ttf
mv -f ./fonts/proportional/RedHatText\[wght\].ttf.fix ./fonts/proportional/RedHatText\[wght\].ttf
mv -f ./fonts/mono/RedHatMono-Italic\[wght\].ttf.fix ./fonts/mono/RedHatMono-Italic\[wght\].ttf
mv -f ./fonts/mono/RedHatMono\[wght\].ttf.fix ./fonts/mono/RedHatMono\[wght\].ttf

echo "Complete"
22 changes: 16 additions & 6 deletions build-scripts/build-modified-vf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,27 @@ set -e
## ------------------------------------------------------------------
## Variable Fonts Build - Static build is at sources/build-statics.sh

echo "Generating VFs modified for RedHat.com"
echo "Generating modified VFs"
mkdir -p fonts/mono/
mkdir -p fonts/proportional/

# Mono fonts are _not_ modified for RedHat.com.
fontmake -m source/Mono/VF/RedHatMonoVF.designspace -o variable --no-production-names --output-path fonts/mono/RedHatMonoVF.ttf
fontmake -m source/Mono/VF/RedHatMonoVFItalic.designspace -o variable --no-production-names --output-path fonts/mono/RedHatMonoVF-Italic.ttf
fontmake -m source/Mono/RedHatMonoVF.designspace -o variable --no-production-names --output-path fonts/mono/RedHatMono.ttf
fontmake -m source/Mono/RedHatMonoVFItalic.designspace -o variable --no-production-names --output-path fonts/mono/RedHatMono-Italic.ttf
#split the mono out and put it in fonts/mono/

#split the proportional out and put them in fonts/proportional
fontmake -m source/Proportional/VF/Modified-RedHatTextVF.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatTextVFModified.ttf
fontmake -m source/Proportional/VF/Modified-RedHatTextItalicVF.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatTextVF-ItalicModified.ttf
fontmake -m source/Proportional/VF/Modified-RedHatDisplayVF.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatDisplayVFModified.ttf
fontmake -m source/Proportional/VF/Modified-RedHatDisplayItalicVF.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatDisplayVF-ItalicModified.ttf
fontmake -m source/Proportional/VF/RedHatTextVF-modified.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatTextVFModified.ttf
fontmake -m source/Proportional/VF/RedHatTextItalicVF-modified.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatTextVF-ItalicModified.ttf
fontmake -m source/Proportional/VF/RedHatDisplayVF-modified.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatDisplayVFModified.ttf
fontmake -m source/Proportional/VF/RedHatDisplayItalicVF-modified.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatDisplayVF-ItalicModified.ttf

fontmake -m source/Proportional/RedHatTextVF.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatText[wght].ttf
fontmake -m source/Proportional/RedHatTextItalicVF.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatText-Italic[wght].ttf
fontmake -m source/Proportional/RedHatDisplayVF.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatDisplay[wght].ttf
fontmake -m source/Proportional/RedHatDisplayItalicVF.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatDisplay-Italic[wght].ttf



Expand Down Expand Up @@ -68,6 +75,9 @@ echo "Add STAT table"
python mastering/gen_stat_mono.py
python mastering/gen_stat_text.py
python mastering/gen_stat_disp.py
python mastering/gen_stat_monoVF.py
python mastering/gen_stat_textVF.py
python mastering/gen_stat_dispVF.py

echo "stat add complete"

Expand Down Expand Up @@ -143,6 +153,6 @@ rm -f fonts/static/ttf/*gasp.ttf
# font-v write --sha1 "fonts/RedHatMono[wght].ttf"
# font-v write --sha1 "fonts/RedHatMono-Italic[wght].ttf"

echo "Done Generating Modified Variable Fonts"
echo "Done Generating"

# # # You should check the fonts now with fontbakery, and generate a markdown file.
20 changes: 15 additions & 5 deletions build-scripts/build-vf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,20 @@ mkdir -p fonts/proportional/

fontmake -m source/Mono/VF/RedHatMonoVF.designspace -o variable --no-production-names --output-path fonts/mono/RedHatMonoVF[wght].ttf
fontmake -m source/Mono/VF/RedHatMonoVFItalic.designspace -o variable --no-production-names --output-path fonts/mono/RedHatMonoVF-Italic[wght].ttf
fontmake -m source/Mono/RedHatMonoVF.designspace -o variable --no-production-names --output-path fonts/mono/RedHatMono[wght].ttf
fontmake -m source/Mono/RedHatMonoVFItalic.designspace -o variable --no-production-names --output-path fonts/mono/RedHatMono-Italic[wght].ttf
#split the mono out and put it in fonts/mono/

#split the proportional out and put them in fonts/proportional
fontmake -m source/Proportional/VF/RedHatTextVF.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatTextVF[wght].ttf
fontmake -m source/Proportional/VF/RedHatTextItalicVF.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatTextVF-Italic[wght].ttf
fontmake -m source/Proportional/VF/RedHatDisplayVF.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatDisplayVF[wght].ttf
fontmake -m source/Proportional/VF/RedHatDisplayItalicVF.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatDisplayVF-Italic[wght].ttf
fontmake -m source/Proportional/VF/RedHatTextVF.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatTextVF.ttf
fontmake -m source/Proportional/VF/RedHatTextItalicVF.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatTextVF-Italic.ttf
fontmake -m source/Proportional/VF/RedHatDisplayVF.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatDisplayVF.ttf
fontmake -m source/Proportional/VF/RedHatDisplayItalicVF.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatDisplayVF-Italic.ttf

fontmake -m source/Proportional/RedHatTextVF.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatText[wght].ttf
fontmake -m source/Proportional/RedHatTextItalicVF.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatText-Italic[wght].ttf
fontmake -m source/Proportional/RedHatDisplayVF.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatDisplay[wght].ttf
fontmake -m source/Proportional/RedHatDisplayItalicVF.designspace -o variable --no-production-names --output-path fonts/proportional/RedHatDisplay-Italic[wght].ttf



Expand Down Expand Up @@ -67,6 +74,9 @@ echo "Add STAT table"
python mastering/gen_stat_mono.py
python mastering/gen_stat_text.py
python mastering/gen_stat_disp.py
python mastering/gen_stat_monoVF.py
python mastering/gen_stat_textVF.py
python mastering/gen_stat_dispVF.py

echo "stat add complete"

Expand Down Expand Up @@ -144,4 +154,4 @@ rm -f fonts/static/ttf/*gasp.ttf

echo "Done Generating"

# # # You should check the fonts now with fontbakery, and generate a markdown file.
# # # You should check the fonts now with fontbakery, and generate a markdown file.
Binary file added fonts/mono/RedHatMono-Italic.ttf
Binary file not shown.
Binary file added fonts/mono/RedHatMono-Italic[wght].ttf
Binary file not shown.
Binary file added fonts/mono/RedHatMono.ttf
Binary file not shown.
Binary file added fonts/mono/RedHatMonoVF-Italic.ttf
Binary file not shown.
Binary file modified fonts/mono/RedHatMonoVF-Italic[wght].ttf
Binary file not shown.
Binary file added fonts/mono/RedHatMonoVF.ttf
Binary file not shown.
Binary file modified fonts/mono/RedHatMonoVF[wght].ttf
Binary file not shown.
Binary file added fonts/mono/RedHatMono[wght].ttf
Binary file not shown.
Binary file modified fonts/mono/static/otf/RedHatMono-Bold.otf
Binary file not shown.
Binary file modified fonts/mono/static/otf/RedHatMono-BoldItalic.otf
Binary file not shown.
Binary file modified fonts/mono/static/otf/RedHatMono-Italic.otf
Binary file not shown.
Binary file modified fonts/mono/static/otf/RedHatMono-Light.otf
Binary file not shown.
Binary file modified fonts/mono/static/otf/RedHatMono-LightItalic.otf
Binary file not shown.
Binary file modified fonts/mono/static/otf/RedHatMono-Medium.otf
Binary file not shown.
Binary file modified fonts/mono/static/otf/RedHatMono-MediumItalic.otf
Binary file not shown.
Binary file modified fonts/mono/static/otf/RedHatMono-Regular.otf
Binary file not shown.
Binary file modified fonts/mono/static/ttf/RedHatMono-Bold.ttf
Binary file not shown.
Binary file modified fonts/mono/static/ttf/RedHatMono-BoldItalic.ttf
Binary file not shown.
Binary file modified fonts/mono/static/ttf/RedHatMono-Italic.ttf
Binary file not shown.
Binary file modified fonts/mono/static/ttf/RedHatMono-Light.ttf
Binary file not shown.
Binary file modified fonts/mono/static/ttf/RedHatMono-LightItalic.ttf
Binary file not shown.
Binary file modified fonts/mono/static/ttf/RedHatMono-Medium.ttf
Binary file not shown.
Binary file modified fonts/mono/static/ttf/RedHatMono-MediumItalic.ttf
Binary file not shown.
Binary file modified fonts/mono/static/ttf/RedHatMono-Regular.ttf
Binary file not shown.
Binary file modified fonts/mono/static/web/RedHatMono-Bold.woff2
Binary file not shown.
Binary file modified fonts/mono/static/web/RedHatMono-BoldItalic.woff2
Binary file not shown.
Binary file modified fonts/mono/static/web/RedHatMono-Italic.woff2
Binary file not shown.
Binary file modified fonts/mono/static/web/RedHatMono-Light.woff2
Binary file not shown.
Binary file modified fonts/mono/static/web/RedHatMono-LightItalic.woff2
Binary file not shown.
Binary file modified fonts/mono/static/web/RedHatMono-Medium.woff2
Binary file not shown.
Binary file modified fonts/mono/static/web/RedHatMono-MediumItalic.woff2
Binary file not shown.
Binary file modified fonts/mono/static/web/RedHatMono-Regular.woff2
Binary file not shown.
Binary file added fonts/mono/web/RedHatMono-Italic.woff2
Binary file not shown.
Binary file added fonts/mono/web/RedHatMono-Italic[wght].woff2
Binary file not shown.
Binary file added fonts/mono/web/RedHatMono.woff2
Binary file not shown.
Binary file added fonts/mono/web/RedHatMonoVF-Italic.woff2
Binary file not shown.
Binary file modified fonts/mono/web/RedHatMonoVF-Italic[wght].woff2
Binary file not shown.
Binary file added fonts/mono/web/RedHatMonoVF.woff2
Binary file not shown.
Binary file modified fonts/mono/web/RedHatMonoVF[wght].woff2
Binary file not shown.
Binary file added fonts/mono/web/RedHatMono[wght].woff2
Binary file not shown.
Binary file added fonts/proportional/RedHatDisplay-Italic[wght].ttf
Binary file not shown.
Binary file added fonts/proportional/RedHatDisplayVF-Italic.ttf
Binary file not shown.
Binary file not shown.
Binary file modified fonts/proportional/RedHatDisplayVF-Italic[wght].ttf
Binary file not shown.
Binary file added fonts/proportional/RedHatDisplayVF.ttf
Binary file not shown.
Binary file added fonts/proportional/RedHatDisplayVFModified.ttf
Binary file not shown.
Binary file modified fonts/proportional/RedHatDisplayVF[wght].ttf
Binary file not shown.
Binary file added fonts/proportional/RedHatDisplay[wght].ttf
Binary file not shown.
Binary file added fonts/proportional/RedHatText-Italic[wght].ttf
Binary file not shown.
Binary file added fonts/proportional/RedHatTextVF-Italic.ttf
Binary file not shown.
Binary file not shown.
Binary file modified fonts/proportional/RedHatTextVF-Italic[wght].ttf
Binary file not shown.
Binary file added fonts/proportional/RedHatTextVF.ttf
Binary file not shown.
Binary file added fonts/proportional/RedHatTextVFModified.ttf
Binary file not shown.
Binary file modified fonts/proportional/RedHatTextVF[wght].ttf
Binary file not shown.
Binary file added fonts/proportional/RedHatText[wght].ttf
Binary file not shown.
Binary file modified fonts/proportional/static/otf/RedHatDisplay-Black.otf
Binary file not shown.
Binary file modified fonts/proportional/static/otf/RedHatDisplay-BlackItalic.otf
Binary file not shown.
Binary file modified fonts/proportional/static/otf/RedHatDisplay-Bold.otf
Binary file not shown.
Binary file modified fonts/proportional/static/otf/RedHatDisplay-BoldItalic.otf
Binary file not shown.
Binary file modified fonts/proportional/static/otf/RedHatDisplay-Italic.otf
Binary file not shown.
Binary file modified fonts/proportional/static/otf/RedHatDisplay-Light.otf
Binary file not shown.
Binary file modified fonts/proportional/static/otf/RedHatDisplay-LightItalic.otf
Binary file not shown.
Binary file modified fonts/proportional/static/otf/RedHatDisplay-Medium.otf
Binary file not shown.
Binary file modified fonts/proportional/static/otf/RedHatDisplay-MediumItalic.otf
Binary file not shown.
Binary file modified fonts/proportional/static/otf/RedHatDisplay-Regular.otf
Binary file not shown.
Binary file modified fonts/proportional/static/otf/RedHatText-Bold.otf
Binary file not shown.
Binary file modified fonts/proportional/static/otf/RedHatText-BoldItalic.otf
Binary file not shown.
Binary file modified fonts/proportional/static/otf/RedHatText-Italic.otf
Binary file not shown.
Binary file modified fonts/proportional/static/otf/RedHatText-Light.otf
Binary file not shown.
Binary file modified fonts/proportional/static/otf/RedHatText-LightItalic.otf
Binary file not shown.
Binary file modified fonts/proportional/static/otf/RedHatText-Medium.otf
Binary file not shown.
Binary file modified fonts/proportional/static/otf/RedHatText-MediumItalic.otf
Binary file not shown.
Binary file modified fonts/proportional/static/otf/RedHatText-Regular.otf
Binary file not shown.
Binary file modified fonts/proportional/static/ttf/RedHatDisplay-Black.ttf
Binary file not shown.
Binary file modified fonts/proportional/static/ttf/RedHatDisplay-BlackItalic.ttf
Binary file not shown.
Binary file modified fonts/proportional/static/ttf/RedHatDisplay-Bold.ttf
Binary file not shown.
Binary file modified fonts/proportional/static/ttf/RedHatDisplay-BoldItalic.ttf
Binary file not shown.
Binary file modified fonts/proportional/static/ttf/RedHatDisplay-Italic.ttf
Binary file not shown.
Binary file modified fonts/proportional/static/ttf/RedHatDisplay-Light.ttf
Binary file not shown.
Binary file modified fonts/proportional/static/ttf/RedHatDisplay-LightItalic.ttf
Binary file not shown.
Binary file modified fonts/proportional/static/ttf/RedHatDisplay-Medium.ttf
Binary file not shown.
Binary file modified fonts/proportional/static/ttf/RedHatDisplay-MediumItalic.ttf
Binary file not shown.
Binary file modified fonts/proportional/static/ttf/RedHatDisplay-Regular.ttf
Binary file not shown.
Binary file modified fonts/proportional/static/ttf/RedHatText-Bold.ttf
Binary file not shown.
Binary file modified fonts/proportional/static/ttf/RedHatText-BoldItalic.ttf
Binary file not shown.
Binary file modified fonts/proportional/static/ttf/RedHatText-Italic.ttf
Binary file not shown.
Binary file modified fonts/proportional/static/ttf/RedHatText-Light.ttf
Binary file not shown.
Binary file modified fonts/proportional/static/ttf/RedHatText-LightItalic.ttf
Binary file not shown.
Binary file modified fonts/proportional/static/ttf/RedHatText-Medium.ttf
Binary file not shown.
Binary file modified fonts/proportional/static/ttf/RedHatText-MediumItalic.ttf
Binary file not shown.
Binary file modified fonts/proportional/static/ttf/RedHatText-Regular.ttf
Binary file not shown.
Binary file modified fonts/proportional/static/web/RedHatDisplay-Black.woff2
Binary file not shown.
Binary file modified fonts/proportional/static/web/RedHatDisplay-BlackItalic.woff2
Binary file not shown.
Binary file modified fonts/proportional/static/web/RedHatDisplay-Bold.woff2
Binary file not shown.
Binary file modified fonts/proportional/static/web/RedHatDisplay-BoldItalic.woff2
Binary file not shown.
Binary file modified fonts/proportional/static/web/RedHatDisplay-Italic.woff2
Binary file not shown.
Binary file modified fonts/proportional/static/web/RedHatDisplay-Light.woff2
Binary file not shown.
Binary file modified fonts/proportional/static/web/RedHatDisplay-LightItalic.woff2
Binary file not shown.
Binary file modified fonts/proportional/static/web/RedHatDisplay-Medium.woff2
Binary file not shown.
Binary file modified fonts/proportional/static/web/RedHatDisplay-MediumItalic.woff2
Binary file not shown.
Binary file modified fonts/proportional/static/web/RedHatDisplay-Regular.woff2
Binary file not shown.
Binary file modified fonts/proportional/static/web/RedHatText-Bold.woff2
Binary file not shown.
Binary file modified fonts/proportional/static/web/RedHatText-BoldItalic.woff2
Binary file not shown.
Binary file modified fonts/proportional/static/web/RedHatText-Italic.woff2
Binary file not shown.
Binary file modified fonts/proportional/static/web/RedHatText-Light.woff2
Binary file not shown.
Binary file modified fonts/proportional/static/web/RedHatText-LightItalic.woff2
Binary file not shown.
Binary file modified fonts/proportional/static/web/RedHatText-Medium.woff2
Binary file not shown.
Binary file modified fonts/proportional/static/web/RedHatText-MediumItalic.woff2
Binary file not shown.
Binary file modified fonts/proportional/static/web/RedHatText-Regular.woff2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified fonts/proportional/web/RedHatDisplayVF-Italic[wght].woff2
Binary file not shown.
Binary file added fonts/proportional/web/RedHatDisplayVF.woff2
Binary file not shown.
Binary file not shown.
Binary file modified fonts/proportional/web/RedHatDisplayVF[wght].woff2
Binary file not shown.
Binary file added fonts/proportional/web/RedHatDisplay[wght].woff2
Binary file not shown.
Binary file not shown.
Binary file added fonts/proportional/web/RedHatTextVF-Italic.woff2
Binary file not shown.
Binary file not shown.
Binary file modified fonts/proportional/web/RedHatTextVF-Italic[wght].woff2
Binary file not shown.
Binary file added fonts/proportional/web/RedHatTextVF.woff2
Binary file not shown.
Binary file added fonts/proportional/web/RedHatTextVFModified.woff2
Binary file not shown.
Binary file modified fonts/proportional/web/RedHatTextVF[wght].woff2
Binary file not shown.
Binary file added fonts/proportional/web/RedHatText[wght].woff2
Binary file not shown.
30 changes: 16 additions & 14 deletions mastering/gen_stat_disp.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
name="Weight",
ordering=0,
values=[
dict(nominalValue=300, rangeMinValue=200, rangeMaxValue=350, name="Light"),
dict(nominalValue=400, rangeMinValue=350, rangeMaxValue=400, name="Regular", flags=0x2, linkedValue=700),
dict(nominalValue=500, rangeMinValue=450, rangeMaxValue=650, name="Medium"),
dict(nominalValue=700, rangeMinValue=650, rangeMaxValue=850, name="Bold"),
dict(nominalValue=900, rangeMinValue=850, rangeMaxValue=950, name="Black"),
# dict(value=400, name="Regular", flags=0x2, linkedValue=700), # Regular
dict(value=300, name="Light"),
dict(value=400, name="Regular", flags=0x2, linkedValue=700,),
dict(value=500, name="Medium"),
dict(value=600, name="SemiBold"),
dict(value=700, name="Bold"),
dict(value=800, name="ExtraBold"),
dict(value=900, name="Black"),
],
),
dict(
Expand All @@ -33,12 +34,13 @@
name="Weight",
ordering=0,
values=[
dict(nominalValue=300, rangeMinValue=200, rangeMaxValue=350, name="Light"),
dict(nominalValue=400, rangeMinValue=350, rangeMaxValue=400, name="Regular", flags=0x2, linkedValue=700),
dict(nominalValue=500, rangeMinValue=450, rangeMaxValue=650, name="Medium"),
dict(nominalValue=700, rangeMinValue=650, rangeMaxValue=850, name="Bold"),
dict(nominalValue=900, rangeMinValue=850, rangeMaxValue=950, name="Black"),
# dict(value=400, name="Regular", flags=0x2, linkedValue=700), # Regular
dict(value=300, name="Light"),
dict(value=400, name="Regular", flags=0x2, linkedValue=700,),
dict(value=500, name="Medium"),
dict(value=600, name="SemiBold"),
dict(value=700, name="Bold"),
dict(value=800, name="ExtraBold"),
dict(value=900, name="Black"),
],
),
dict(
Expand All @@ -51,8 +53,8 @@
),
]

UPRIGHT_SRC = f"./fonts/proportional/RedHatDisplayVF[wght].ttf"
ITALIC_SRC = f"./fonts/proportional/RedHatDisplayVF-Italic[wght].ttf"
UPRIGHT_SRC = f"./fonts/proportional/RedHatDisplay[wght].ttf"
ITALIC_SRC = f"./fonts/proportional/RedHatDisplay-Italic[wght].ttf"

def update_fvar(ttfont):
fvar = ttfont['fvar']
Expand Down
Loading

0 comments on commit 1048187

Please sign in to comment.