Skip to content

Commit

Permalink
Merge pull request #23 from benkiel/master
Browse files Browse the repository at this point in the history
Enable fsSelection bit 6 for non-RIBBI fonts
  • Loading branch information
starryeyez024 authored Jul 17, 2019
2 parents c442770 + 4ebc92b commit 71ccb4d
Show file tree
Hide file tree
Showing 105 changed files with 108 additions and 80 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.3.1 (2019-07-16)
Tag: [2.3.1](https://github.com/RedHatOfficial/RedHatFont/commits/2.3.1)

- Set the OS/2 fsSelection bit 6 to on for both the TTF and OTF fonts that are not Roman, Bold, Italic or Bold Italic
- Turned off setting the OS/2 fsSelection bit 9 for italic fonts (the Oblique bit)
- Bumped font version to 1.005

## 2.3.0 (2019-06-24)
Tag: [2.3.0](https://github.com/RedHatOfficial/RedHatFont/commits/2.3.0)

Expand Down
Binary file modified OTF/RedHatDisplay-Black.otf
100755 → 100644
Binary file not shown.
Binary file modified OTF/RedHatDisplay-BlackItalic.otf
100755 → 100644
Binary file not shown.
Binary file modified OTF/RedHatDisplay-Bold.otf
100755 → 100644
Binary file not shown.
Binary file modified OTF/RedHatDisplay-BoldItalic.otf
100755 → 100644
Binary file not shown.
Binary file modified OTF/RedHatDisplay-Italic.otf
100755 → 100644
Binary file not shown.
Binary file modified OTF/RedHatDisplay-Medium.otf
100755 → 100644
Binary file not shown.
Binary file modified OTF/RedHatDisplay-MediumItalic.otf
100755 → 100644
Binary file not shown.
Binary file modified OTF/RedHatDisplay-Regular.otf
100755 → 100644
Binary file not shown.
Binary file modified OTF/RedHatText-Bold.otf
100755 → 100644
Binary file not shown.
Binary file modified OTF/RedHatText-BoldItalic.otf
100755 → 100644
Binary file not shown.
Binary file modified OTF/RedHatText-Italic.otf
100755 → 100644
Binary file not shown.
Binary file modified OTF/RedHatText-Medium.otf
100755 → 100644
Binary file not shown.
Binary file modified OTF/RedHatText-MediumItalic.otf
100755 → 100644
Binary file not shown.
Binary file modified OTF/RedHatText-Regular.otf
100755 → 100644
Binary file not shown.
Binary file modified TTF/RedHatDisplay-Black.ttf
100755 → 100644
Binary file not shown.
Binary file modified TTF/RedHatDisplay-BlackItalic.ttf
100755 → 100644
Binary file not shown.
Binary file modified TTF/RedHatDisplay-Bold.ttf
100755 → 100644
Binary file not shown.
Binary file modified TTF/RedHatDisplay-BoldItalic.ttf
100755 → 100644
Binary file not shown.
Binary file modified TTF/RedHatDisplay-Italic.ttf
100755 → 100644
Binary file not shown.
Binary file modified TTF/RedHatDisplay-Medium.ttf
100755 → 100644
Binary file not shown.
Binary file modified TTF/RedHatDisplay-MediumItalic.ttf
100755 → 100644
Binary file not shown.
Binary file modified TTF/RedHatDisplay-Regular.ttf
100755 → 100644
Binary file not shown.
Binary file modified TTF/RedHatText-Bold.ttf
100755 → 100644
Binary file not shown.
Binary file modified TTF/RedHatText-BoldItalic.ttf
100755 → 100644
Binary file not shown.
Binary file modified TTF/RedHatText-Italic.ttf
100755 → 100644
Binary file not shown.
Binary file modified TTF/RedHatText-Medium.ttf
100755 → 100644
Binary file not shown.
Binary file modified TTF/RedHatText-MediumItalic.ttf
100755 → 100644
Binary file not shown.
Binary file modified TTF/RedHatText-Regular.ttf
100755 → 100644
Binary file not shown.
Binary file removed source_files/Display/Black/_DS_Store
Binary file not shown.
9 changes: 5 additions & 4 deletions source_files/Display/Black/current.fpr
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
InputFontPath ./RedHatDisplay-Black_source.ttf
SuppressHintWarnings true
InputFontPath RedHatDisplay-Black_source.ttf
ReleaseMode true
FeaturePath ./features
kSetfsSelectionBitsOn [6, 8]
FeaturePath features
FontMenuDBPath ../../FontMenuNameDB
GlyphAliasDBPath ../../GlyphOrderAndAliasDB
OutputFontPath ./RedHatDisplay-Black.ttf
kSetfsSelectionBitsOn [8]
OutputFontPath RedHatDisplay-Black.ttf
Binary file removed source_files/Display/BlackItalic/_DS_Store
Binary file not shown.
9 changes: 5 additions & 4 deletions source_files/Display/BlackItalic/current.fpr
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
InputFontPath ./RedHatDisplay-BlackItalic_source.ttf
SuppressHintWarnings true
InputFontPath RedHatDisplay-BlackItalic_source.ttf
ReleaseMode true
FeaturePath ./features
FeaturePath features
FontMenuDBPath ../../FontMenuNameDB
GlyphAliasDBPath ../../GlyphOrderAndAliasDB
IsItalicStyle true
OutputFontPath ./RedHatDisplay-BlackItalic.ttf
kSetfsSelectionBitsOn [8, 9]
OutputFontPath RedHatDisplay-BlackItalic.ttf
kSetfsSelectionBitsOn [8]
Binary file removed source_files/Display/Bold/_DS_Store
Binary file not shown.
9 changes: 5 additions & 4 deletions source_files/Display/Bold/current.fpr
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
InputFontPath ./RedHatDisplay-Bold_source.ttf
SuppressHintWarnings true
InputFontPath RedHatDisplay-Bold_source.ttf
ReleaseMode true
FeaturePath ./features
FeaturePath features
FontMenuDBPath ../../FontMenuNameDB
GlyphAliasDBPath ../../GlyphOrderAndAliasDB
IsBoldStyle true
OutputFontPath ./RedHatDisplay-Bold.ttf
kSetfsSelectionBitsOn [8]
OutputFontPath RedHatDisplay-Bold.ttf
kSetfsSelectionBitsOn [8]
Binary file removed source_files/Display/BoldItalic/_DS_Store
Binary file not shown.
9 changes: 5 additions & 4 deletions source_files/Display/BoldItalic/current.fpr
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
InputFontPath ./RedHatDisplay-BoldItalic_source.ttf
SuppressHintWarnings true
InputFontPath RedHatDisplay-BoldItalic_source.ttf
ReleaseMode true
FeaturePath ./features
FeaturePath features
FontMenuDBPath ../../FontMenuNameDB
GlyphAliasDBPath ../../GlyphOrderAndAliasDB
IsBoldStyle true
IsItalicStyle true
OutputFontPath ./RedHatDisplay-BoldItalic.ttf
kSetfsSelectionBitsOn [8, 9]
OutputFontPath RedHatDisplay-BoldItalic.ttf
kSetfsSelectionBitsOn [8]
Binary file removed source_files/Display/Medium/_DS_Store
Binary file not shown.
9 changes: 5 additions & 4 deletions source_files/Display/Medium/current.fpr
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
InputFontPath ./RedHatDisplay-Medium_source.ttf
SuppressHintWarnings true
InputFontPath RedHatDisplay-Medium_source.ttf
ReleaseMode true
FeaturePath ./features
kSetfsSelectionBitsOn [6, 8]
FeaturePath features
FontMenuDBPath ../../FontMenuNameDB
GlyphAliasDBPath ../../GlyphOrderAndAliasDB
OutputFontPath ./RedHatDisplay-Medium.ttf
kSetfsSelectionBitsOn [8]
OutputFontPath RedHatDisplay-Medium.ttf
Binary file removed source_files/Display/MediumItalic/_DS_Store
Binary file not shown.
9 changes: 5 additions & 4 deletions source_files/Display/MediumItalic/current.fpr
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
InputFontPath ./RedHatDisplay-MediumItalic_source.ttf
SuppressHintWarnings true
InputFontPath RedHatDisplay-MediumItalic_source.ttf
ReleaseMode true
FeaturePath ./features
FeaturePath features
FontMenuDBPath ../../FontMenuNameDB
GlyphAliasDBPath ../../GlyphOrderAndAliasDB
IsItalicStyle true
OutputFontPath ./RedHatDisplay-MediumItalic.ttf
kSetfsSelectionBitsOn [8, 9]
OutputFontPath RedHatDisplay-MediumItalic.ttf
kSetfsSelectionBitsOn [8]
Binary file removed source_files/Display/Regular/_DS_Store
Binary file not shown.
9 changes: 5 additions & 4 deletions source_files/Display/Regular/current.fpr
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
InputFontPath ./RedHatDisplay-Regular_source.ttf
SuppressHintWarnings true
InputFontPath RedHatDisplay-Regular_source.ttf
ReleaseMode true
FeaturePath ./features
FeaturePath features
FontMenuDBPath ../../FontMenuNameDB
GlyphAliasDBPath ../../GlyphOrderAndAliasDB
OutputFontPath ./RedHatDisplay-Regular.ttf
kSetfsSelectionBitsOn [8]
OutputFontPath RedHatDisplay-Regular.ttf
kSetfsSelectionBitsOn [8]
Binary file removed source_files/Display/RegularItalic/_DS_Store
Binary file not shown.
9 changes: 5 additions & 4 deletions source_files/Display/RegularItalic/current.fpr
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
InputFontPath ./RedHatDisplay-Italic_source.ttf
SuppressHintWarnings true
InputFontPath RedHatDisplay-Italic_source.ttf
ReleaseMode true
FeaturePath ./features
FeaturePath features
FontMenuDBPath ../../FontMenuNameDB
GlyphAliasDBPath ../../GlyphOrderAndAliasDB
IsItalicStyle true
OutputFontPath ./RedHatDisplay-Italic.ttf
kSetfsSelectionBitsOn [8, 9]
OutputFontPath RedHatDisplay-Italic.ttf
kSetfsSelectionBitsOn [8]
Binary file removed source_files/Display/_DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion source_files/Display/features.family
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
table head {
FontRevision 1.004;
FontRevision 1.005;
} head;

table BASE {
Expand Down
Binary file removed source_files/Text/Bold/_DS_Store
Binary file not shown.
9 changes: 5 additions & 4 deletions source_files/Text/Bold/current.fpr
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
InputFontPath ./RedHatText-Bold_source.ttf
SuppressHintWarnings true
InputFontPath RedHatText-Bold_source.ttf
ReleaseMode true
FeaturePath ./features
FeaturePath features
FontMenuDBPath ../../FontMenuNameDB
GlyphAliasDBPath ../../GlyphOrderAndAliasDB
IsBoldStyle true
OutputFontPath ./RedHatText-Bold.ttf
kSetfsSelectionBitsOn [8]
OutputFontPath RedHatText-Bold.ttf
kSetfsSelectionBitsOn [8]
Binary file removed source_files/Text/BoldItalic/_DS_Store
Binary file not shown.
9 changes: 5 additions & 4 deletions source_files/Text/BoldItalic/current.fpr
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
InputFontPath ./RedHatText-BoldItalic_source.ttf
SuppressHintWarnings true
InputFontPath RedHatText-BoldItalic_source.ttf
ReleaseMode true
FeaturePath ./features
FeaturePath features
FontMenuDBPath ../../FontMenuNameDB
GlyphAliasDBPath ../../GlyphOrderAndAliasDB
IsBoldStyle true
IsItalicStyle true
OutputFontPath ./RedHatText-BoldItalic.ttf
kSetfsSelectionBitsOn [8, 9]
OutputFontPath RedHatText-BoldItalic.ttf
kSetfsSelectionBitsOn [8]
Binary file removed source_files/Text/Medium/_DS_Store
Binary file not shown.
9 changes: 5 additions & 4 deletions source_files/Text/Medium/current.fpr
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
InputFontPath ./RedHatText-Medium_source.ttf
SuppressHintWarnings true
InputFontPath RedHatText-Medium_source.ttf
ReleaseMode true
FeaturePath ./features
kSetfsSelectionBitsOn [6, 8]
FeaturePath features
FontMenuDBPath ../../FontMenuNameDB
GlyphAliasDBPath ../../GlyphOrderAndAliasDB
OutputFontPath ./RedHatText-Medium.ttf
kSetfsSelectionBitsOn [8]
OutputFontPath RedHatText-Medium.ttf
Binary file removed source_files/Text/MediumItalic/_DS_Store
Binary file not shown.
9 changes: 5 additions & 4 deletions source_files/Text/MediumItalic/current.fpr
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
InputFontPath ./RedHatText-MediumItalic_source.ttf
SuppressHintWarnings true
InputFontPath RedHatText-MediumItalic_source.ttf
ReleaseMode true
FeaturePath ./features
FeaturePath features
FontMenuDBPath ../../FontMenuNameDB
GlyphAliasDBPath ../../GlyphOrderAndAliasDB
IsItalicStyle true
OutputFontPath ./RedHatText-MediumItalic.ttf
kSetfsSelectionBitsOn [8, 9]
OutputFontPath RedHatText-MediumItalic.ttf
kSetfsSelectionBitsOn [8]
Binary file removed source_files/Text/Regular/_DS_Store
Binary file not shown.
9 changes: 5 additions & 4 deletions source_files/Text/Regular/current.fpr
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
InputFontPath ./RedHatText-Regular_source.ttf
SuppressHintWarnings true
InputFontPath RedHatText-Regular_source.ttf
ReleaseMode true
FeaturePath ./features
FeaturePath features
FontMenuDBPath ../../FontMenuNameDB
GlyphAliasDBPath ../../GlyphOrderAndAliasDB
OutputFontPath ./RedHatText-Regular.ttf
kSetfsSelectionBitsOn [8]
OutputFontPath RedHatText-Regular.ttf
kSetfsSelectionBitsOn [8]
Binary file removed source_files/Text/RegularItalic/_DS_Store
Binary file not shown.
9 changes: 5 additions & 4 deletions source_files/Text/RegularItalic/current.fpr
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
InputFontPath ./RedHatText-RegularItalic_source.ttf
SuppressHintWarnings true
InputFontPath RedHatText-Italic_source.ttf
ReleaseMode true
FeaturePath ./features
FeaturePath features
FontMenuDBPath ../../FontMenuNameDB
GlyphAliasDBPath ../../GlyphOrderAndAliasDB
IsItalicStyle true
OutputFontPath ./RedHatText-RegularItalic.ttf
kSetfsSelectionBitsOn [8, 9]
OutputFontPath RedHatText-Italic.ttf
kSetfsSelectionBitsOn [8]
Binary file removed source_files/Text/_DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion source_files/Text/features.family
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
table head {
FontRevision 1.004;
FontRevision 1.005;
} head;

table BASE {
Expand Down
17 changes: 14 additions & 3 deletions source_files/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from fontTools.ttLib.tables._k_e_r_n import KernTable_format_0


def makeotf(outlineSourcePath, featuresPath=None, glyphOrderPath=None, menuNamePath=None, fontInfoPath=None, releaseMode=True):
def makeotf(outlineSourcePath, featuresPath=None, glyphOrderPath=None, menuNamePath=None, fontInfoPath=None, releaseMode=True, setOS2Bit6=False):
"""
Run makeotf.
The arguments will be converted into arguments
Expand All @@ -23,7 +23,7 @@ def makeotf(outlineSourcePath, featuresPath=None, glyphOrderPath=None, menuNameP
releaseMode -r
================= ===
"""
cmds = ["makeotf", "-f", outlineSourcePath]
cmds = ["makeotf", "-nshw", "-sp", "-f", outlineSourcePath]
if featuresPath:
cmds.extend(["-ff", featuresPath])
if glyphOrderPath:
Expand All @@ -34,6 +34,9 @@ def makeotf(outlineSourcePath, featuresPath=None, glyphOrderPath=None, menuNameP
cmds.extend(["-fi", fontInfoPath])
if releaseMode:
cmds.append("-r")
if setOS2Bit6:
cmds.extend(["-osbOn", "6"])
cmds.extend(["-osbOn", "8"])
stderr, stdout = _execute(cmds)
return stderr, stdout

Expand Down Expand Up @@ -328,7 +331,15 @@ def main():
result = ""
for file in files:
print file
stderr, stdout = makeotf(file)
six = False
font_style = file.split("-")[-1][:-4]
if font_style not in ["Regular", "Italic", "Bold", "BoldItalic"]:
if "Italic" not in font_style:
six = True
if six:
stderr, stdout = makeotf(file, setOS2Bit6=True)
else:
stderr, stdout = makeotf(file)
result += '------------------\nOutput for: ' + file + '\n\n'+ stderr + stdout
path = os.path.join(os.getcwd(), 'makeOTF_report.txt')
print path
Expand Down
34 changes: 15 additions & 19 deletions source_files/build_ttf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from fontTools.ttLib.tables._k_e_r_n import KernTable_format_0


def makeotf(outlineSourcePath, featuresPath=None, glyphOrderPath=None, menuNamePath=None, fontInfoPath=None, releaseMode=True):
def makeotf(outlineSourcePath, featuresPath=None, glyphOrderPath=None, menuNamePath=None, fontInfoPath=None, releaseMode=True, setOS2Bit6=False):
"""
Run makeotf.
The arguments will be converted into arguments
Expand All @@ -23,7 +23,7 @@ def makeotf(outlineSourcePath, featuresPath=None, glyphOrderPath=None, menuNameP
releaseMode -r
================= ===
"""
cmds = ["makeotf", "-f", outlineSourcePath]
cmds = ["makeotf", "-nshw", "-sp", "-f", outlineSourcePath]
if featuresPath:
cmds.extend(["-ff", featuresPath])
if glyphOrderPath:
Expand All @@ -34,6 +34,9 @@ def makeotf(outlineSourcePath, featuresPath=None, glyphOrderPath=None, menuNameP
cmds.extend(["-fi", fontInfoPath])
if releaseMode:
cmds.append("-r")
if setOS2Bit6:
cmds.extend(["-osbOn", "6"])
cmds.extend(["-osbOn", "8"])
stderr, stdout = _execute(cmds)
return stderr, stdout

Expand Down Expand Up @@ -328,7 +331,16 @@ def main():
result = ""
for file in files:
print file
stderr, stdout = makeotf(file)
six = False
font_style = file.split("-")[-1][:-4]
if font_style not in ["Regular_source", "Italic_source", "Bold_source", "BoldItalic_source"]:
if "Italic" not in font_style:
six = True
if six:
stderr, stdout = makeotf(file, setOS2Bit6=True)
else:
stderr, stdout = makeotf(file)

result += '------------------\nOutput for: ' + file + '\n\n'+ stderr + stdout
path = os.path.join(os.getcwd(), 'makeOTF_report.txt')
print path
Expand Down Expand Up @@ -366,21 +378,5 @@ def main():
for f in files:
os.remove(f)


# Autohint the ttxed otfs
print "Autohint time"
print '-----------------------'
files = getFiles(d, 'otf')
result = ""
for file in files:
print file
stderr, stdout = autohint(file)
result += '------------------\nOutput for: ' + file + '\n\n'+ stderr + stdout
path = os.path.join(os.getcwd(), 'autohint_report.txt')
print path
file = open(path, 'w')
file.write(result)
file.close()

if __name__ == "__main__":
main()
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-Black.eot
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-Black.woff
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-Black.woff2
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-BlackItalic.eot
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-BlackItalic.woff2
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-Bold.eot
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-Bold.woff
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-Bold.woff2
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-BoldItalic.eot
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-BoldItalic.woff2
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-Italic.eot
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-Italic.woff
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-Italic.woff2
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-Medium.eot
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-Medium.woff
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-Medium.woff2
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-MediumItalic.eot
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-MediumItalic.woff2
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-Regular.eot
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-Regular.woff
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatDisplay/RedHatDisplay-Regular.woff2
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatText/RedHatText-Bold.eot
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatText/RedHatText-Bold.woff
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatText/RedHatText-Bold.woff2
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatText/RedHatText-BoldItalic.eot
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatText/RedHatText-BoldItalic.woff
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatText/RedHatText-BoldItalic.woff2
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatText/RedHatText-Italic.eot
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatText/RedHatText-Italic.woff
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatText/RedHatText-Italic.woff2
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatText/RedHatText-Medium.eot
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatText/RedHatText-Medium.woff
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatText/RedHatText-Medium.woff2
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatText/RedHatText-MediumItalic.eot
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatText/RedHatText-MediumItalic.woff
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatText/RedHatText-MediumItalic.woff2
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatText/RedHatText-Regular.eot
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatText/RedHatText-Regular.woff
100755 → 100644
Binary file not shown.
Binary file modified webfonts/RedHatText/RedHatText-Regular.woff2
100755 → 100644
Binary file not shown.

0 comments on commit 71ccb4d

Please sign in to comment.