Skip to content

Commit 0299846

Browse files
committed
new build file and exports
1 parent 58abdea commit 0299846

File tree

197 files changed

+161
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+161
-4
lines changed

Sources/Imbue.glyphs

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
.appVersion = "1284";
2+
.appVersion = "1287";
33
DisplayStrings = (
44
"Woven silk pyjamas exchanged for blue quartz. \012WOVEN SILK PYJAMAS EXCHANGED FOR BLUE QUARTZ. \012\012My girl wove six dozen plaid jackets before she quit. \012MY GIRL WOVE SIX DOZEN PLAID JACKETS BEFORE SHE QUIT. \012\012Few black taxis drive up major roads on quiet hazy nights. \012FEW BLACK TAXIS DRIVE UP MAJOR ROADS ON QUIET HAZY NIGHTS. \012\012Jackie will budget for the most expensive zoology equipment!\012JACKIE WILL BUDGET FOR THE MOST EXPENSIVE ZOOLOGY EQUIPMENT!\012\012jim quickly realized that the beautiful gowns are expensive. \012JIM QUICKLY REALIZED THAT THE BEAUTIFUL GOWNS ARE EXPENSIVE. \012\012þ dazt hnð vök og yfir blm sex pæju. \012Þ DAZT HNÐ VÖK OG YFIR BLM SEX PÆJU.\012\012pranzo d/quoteright acqua fa volti sghembi. \012PRANZO D/quoteright ACQUA FA VOLTI SGHEMBI. \012\012STUDIO GHIBLI Studio Ghibli\012\012\012",
55
"Was there a quorum of able whizzkids gravely exciting the jaded fish at ATypl? \012Sixty zippers were quickly picked from the woven jute bag,. \012Alfredo just must bring very exciting news to the plaza quickly.\012A large fawn jumped quickly over white zinc boxes.\012Jeb quickly drove a few extra miles on the glazed pavement\012\012\012John Quincy Adam grew vexed by talk of puzzles\012\012The jukebox music puzzled a gentle visitor from a quaint valley town.\012\012Five big quacking zephyrs jolt my wax bed.\012\012Murky haze enveloped a city as jarring quakes broke fourty-six windows.\012\012VOGUE VANITY FAIR TIME NEWSWEEK\012ACADEMY AWARDS\012You Work\012Yellow\012caress\012",
@@ -74,7 +74,7 @@ name = vendorID;
7474
value = ETCO;
7575
}
7676
);
77-
date = "2020-01-13 22:34:41 +0000";
77+
date = "2020-01-28 22:49:08 +0000";
7878
designer = "Tyler Finck";
7979
designerURL = "http://www.finck.co";
8080
disablesNiceNames = 1;
@@ -47476,13 +47476,25 @@ rightKerningGroup = macron;
4747647476
);
4747747477
instances = (
4747847478
{
47479+
customParameters = (
47480+
{
47481+
name = weightClass;
47482+
value = 250;
47483+
}
47484+
);
4747947485
instanceInterpolations = {
4748047486
"798A1B98-D718-4469-8D5D-1F04921BF637" = 1;
4748147487
};
4748247488
name = "Display Thin";
4748347489
weightClass = Thin;
4748447490
},
4748547491
{
47492+
customParameters = (
47493+
{
47494+
name = weightClass;
47495+
value = 275;
47496+
}
47497+
);
4748647498
interpolationWeight = 200;
4748747499
instanceInterpolations = {
4748847500
"798A1B98-D718-4469-8D5D-1F04921BF637" = 0.875;
@@ -47555,6 +47567,12 @@ name = "Display Ultra";
4755547567
weightClass = Black;
4755647568
},
4755747569
{
47570+
customParameters = (
47571+
{
47572+
name = weightClass;
47573+
value = 250;
47574+
}
47575+
);
4755847576
interpolationWidth = 50;
4755947577
instanceInterpolations = {
4756047578
"2224527B-843E-45D0-ACBE-AC9678FC6685" = 0.55556;
@@ -47564,6 +47582,12 @@ name = Thin;
4756447582
weightClass = Thin;
4756547583
},
4756647584
{
47585+
customParameters = (
47586+
{
47587+
name = weightClass;
47588+
value = 275;
47589+
}
47590+
);
4756747591
interpolationWeight = 200;
4756847592
interpolationWidth = 50;
4756947593
instanceInterpolations = {
@@ -47659,6 +47683,12 @@ name = Ultra;
4765947683
weightClass = Black;
4766047684
},
4766147685
{
47686+
customParameters = (
47687+
{
47688+
name = weightClass;
47689+
value = 250;
47690+
}
47691+
);
4766247692
interpolationWidth = 10;
4766347693
instanceInterpolations = {
4766447694
"2224527B-843E-45D0-ACBE-AC9678FC6685" = 1;
@@ -47667,6 +47697,12 @@ name = "Text Thin";
4766747697
weightClass = Thin;
4766847698
},
4766947699
{
47700+
customParameters = (
47701+
{
47702+
name = weightClass;
47703+
value = 275;
47704+
}
47705+
);
4767047706
interpolationWeight = 200;
4767147707
interpolationWidth = 10;
4767247708
instanceInterpolations = {
@@ -48686,6 +48722,6 @@ GSDimensionPlugin.Dimensions = {
4868648722
};
4868748723
};
4868848724
};
48689-
versionMajor = 1;
48690-
versionMinor = 0;
48725+
versionMajor = 0;
48726+
versionMinor = 9;
4869148727
}

Sources/build.py

Whitespace-only changes.

Sources/web.sh

Whitespace-only changes.

build.sh

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
#!/bin/sh
2+
3+
set -e
4+
5+
6+
cd sources
7+
8+
echo "Generating Static fonts"
9+
mkdir -p ../fonts/static/ttf
10+
fontmake -g Imbue.glyphs -i -o ttf --output-dir ../fonts/static/ttf/
11+
12+
mkdir -p ../fonts/static/otf
13+
fontmake -g Imbue.glyphs -i -o otf --output-dir ../fonts/static/otf/
14+
15+
#echo "Generating VFs"
16+
#fontmake -g Imbue.glyphs -o variable --output-path ../fonts/Imbue[slnt,wght].ttf
17+
18+
19+
20+
21+
22+
23+
cd ..
24+
25+
# ============================================================================
26+
# Autohinting ================================================================
27+
28+
statics=$(ls fonts/static/ttf/*.ttf)
29+
echo hello
30+
for file in $statics; do
31+
echo "fix DSIG in " ${file}
32+
gftools fix-dsig --autofix ${file}
33+
34+
echo "TTFautohint " ${file}
35+
# autohint with detailed info
36+
hintedFile=${file/".ttf"/"-hinted.ttf"}
37+
ttfautohint -I ${file} ${hintedFile}
38+
cp ${hintedFile} ${file}
39+
rm -rf ${hintedFile}
40+
done
41+
42+
43+
# ============================================================================
44+
# Build woff2 fonts ==========================================================
45+
46+
# requires https://github.com/bramstein/homebrew-webfonttools
47+
48+
rm -rf fonts/web/woff2
49+
50+
ttfs=$(ls fonts/static/ttf/*.ttf)
51+
for ttf in $ttfs; do
52+
woff2_compress $ttf
53+
done
54+
55+
mkdir -p fonts/web/woff2
56+
woff2s=$(ls fonts/static/*/*.woff2)
57+
for woff2 in $woff2s; do
58+
mv $woff2 fonts/web/woff2/$(basename $woff2)
59+
done
60+
# ============================================================================
61+
# Build woff fonts ==========================================================
62+
63+
# requires https://github.com/bramstein/homebrew-webfonttools
64+
65+
rm -rf fonts/web/woff
66+
67+
ttfs=$(ls fonts/static/ttf/*.ttf)
68+
for ttf in $ttfs; do
69+
sfnt2woff-zopfli $ttf
70+
done
71+
72+
mkdir -p fonts/web/woff
73+
woffs=$(ls fonts/static/*/*.woff)
74+
for woff in $woffs; do
75+
mv $woff fonts/web/woff/$(basename $woff)
76+
done
77+
78+
79+
80+
cd sources
81+
82+
echo "Generating VFs"
83+
mkdir -p ../fonts/variable
84+
fontmake -g Imbue.glyphs -o variable --output-path ../fonts/variable/ImbueVariable.ttf
85+
86+
rm -rf master_ufo/ instance_ufo/
87+
88+
89+
cd ../fonts/variable
90+
91+
woff2_compress ImbueVariable.ttf
92+
93+
cd ..
94+
95+
echo "Post processing"
96+
97+
98+
ttfs=$(ls ../fonts/static/ttf/*.ttf)
99+
echo $ttfs
100+
for ttf in $ttfs
101+
do
102+
gftools fix-dsig -f $ttf;
103+
gftools fix-nonhinting $ttf $ttf.fix;
104+
mv "$ttf.fix" $ttf;
105+
done
106+
rm ../fonts/static/ttf/*gasp.ttf
107+
108+
vfs=$(ls ../fonts/variable/*.ttf)
109+
for vf in $vfs
110+
do
111+
gftools fix-dsig -f $vf;
112+
gftools fix-nonhinting $vf $vf.fix;
113+
mv "$vf.fix" $vf;
114+
ttx -f -x "MVAR" $vf; # Drop MVAR. Table has issue in DW
115+
rtrip=$(basename -s .ttf $vf)
116+
new_file=../fonts/variable/$rtrip.ttx;
117+
rm $vf;
118+
ttx $new_file
119+
rm ../fonts/variable/*.ttx
120+
done
121+
rm ../fonts/variable/*gasp.ttf

fonts/ImbueVariable[opsz,wght].ttf

-97.3 KB
Binary file not shown.

fonts/static/otf/Imbue-Bold.otf

-11.9 KB
Binary file not shown.

fonts/static/otf/Imbue-Display.otf

-11.2 KB
Binary file not shown.
-12.6 KB
Binary file not shown.
-11 KB
Binary file not shown.
-11.8 KB
Binary file not shown.
-11.6 KB
Binary file not shown.
-12.1 KB
Binary file not shown.
-11.8 KB
Binary file not shown.
-11.9 KB
Binary file not shown.
-12.4 KB
Binary file not shown.

fonts/static/otf/Imbue-ExtraLight.otf

-13 KB
Binary file not shown.

fonts/static/otf/Imbue-Heavy.otf

-11.8 KB
Binary file not shown.

fonts/static/otf/Imbue-Light.otf

-12.6 KB
Binary file not shown.

fonts/static/otf/Imbue-Medium.otf

-12.2 KB
Binary file not shown.

fonts/static/otf/Imbue-Regular.otf

-11.8 KB
Binary file not shown.

fonts/static/otf/Imbue-SemiBold.otf

-12 KB
Binary file not shown.

fonts/static/otf/Imbue-Text.otf

-13 KB
Binary file not shown.

fonts/static/otf/Imbue-TextBold.otf

-13.1 KB
Binary file not shown.
-14.1 KB
Binary file not shown.

fonts/static/otf/Imbue-TextHeavy.otf

-12.8 KB
Binary file not shown.

fonts/static/otf/Imbue-TextLight.otf

-13.4 KB
Binary file not shown.

fonts/static/otf/Imbue-TextMedium.otf

-13.7 KB
Binary file not shown.
-12.5 KB
Binary file not shown.

fonts/static/otf/Imbue-TextThin.otf

-14.9 KB
Binary file not shown.

fonts/static/otf/Imbue-TextUltra.otf

-13.1 KB
Binary file not shown.

fonts/static/otf/Imbue-Thin.otf

-14.1 KB
Binary file not shown.

fonts/static/otf/Imbue-Ultra.otf

-12.1 KB
Binary file not shown.

fonts/static/ttf/Imbue-Bold.ttf

-6.88 KB
Binary file not shown.

fonts/static/ttf/Imbue-Display.ttf

-11.6 KB
Binary file not shown.
-7.32 KB
Binary file not shown.
-8.7 KB
Binary file not shown.
-11.8 KB
Binary file not shown.
-4.39 KB
Binary file not shown.
-11.8 KB
Binary file not shown.
-12.8 KB
Binary file not shown.
-8.34 KB
Binary file not shown.
-9.3 KB
Binary file not shown.

fonts/static/ttf/Imbue-ExtraLight.ttf

-9.6 KB
Binary file not shown.

fonts/static/ttf/Imbue-Heavy.ttf

-11.2 KB
Binary file not shown.

fonts/static/ttf/Imbue-Light.ttf

-6.54 KB
Binary file not shown.

fonts/static/ttf/Imbue-Medium.ttf

-12.1 KB
Binary file not shown.

fonts/static/ttf/Imbue-Regular.ttf

-11 KB
Binary file not shown.

fonts/static/ttf/Imbue-SemiBold.ttf

-11.6 KB
Binary file not shown.

fonts/static/ttf/Imbue-Text.ttf

-11.9 KB
Binary file not shown.

fonts/static/ttf/Imbue-TextBold.ttf

-6.82 KB
Binary file not shown.
-10.9 KB
Binary file not shown.

fonts/static/ttf/Imbue-TextHeavy.ttf

-11.5 KB
Binary file not shown.

fonts/static/ttf/Imbue-TextLight.ttf

-6.49 KB
Binary file not shown.

fonts/static/ttf/Imbue-TextMedium.ttf

-11.9 KB
Binary file not shown.
-11.4 KB
Binary file not shown.

fonts/static/ttf/Imbue-TextThin.ttf

-9.74 KB
Binary file not shown.

fonts/static/ttf/Imbue-TextUltra.ttf

-10.6 KB
Binary file not shown.

fonts/static/ttf/Imbue-Thin.ttf

-9.44 KB
Binary file not shown.

fonts/static/ttf/Imbue-Ultra.ttf

-12.9 KB
Binary file not shown.

fonts/variable/ImbueVariable.ttf

97.1 KB
Binary file not shown.

fonts/variable/ImbueVariable.woff2

45.4 KB
Binary file not shown.

fonts/web/Imbue-Bold.eot

-33.5 KB
Binary file not shown.

fonts/web/Imbue-Bold.woff

-35.1 KB
Binary file not shown.

fonts/web/Imbue-Bold.woff2

-29.2 KB
Binary file not shown.

fonts/web/Imbue-Display.eot

-33.7 KB
Binary file not shown.

fonts/web/Imbue-Display.woff

-35.5 KB
Binary file not shown.

fonts/web/Imbue-Display.woff2

-29.3 KB
Binary file not shown.

fonts/web/Imbue-DisplayBold.eot

-33.3 KB
Binary file not shown.

fonts/web/Imbue-DisplayBold.woff

-35.1 KB
Binary file not shown.

fonts/web/Imbue-DisplayBold.woff2

-29.1 KB
Binary file not shown.

fonts/web/Imbue-DisplayExtraLight.eot

-33.2 KB
Binary file not shown.
-34.9 KB
Binary file not shown.
-28.9 KB
Binary file not shown.

fonts/web/Imbue-DisplayHeavy.eot

-33.7 KB
Binary file not shown.

fonts/web/Imbue-DisplayHeavy.woff

-35.4 KB
Binary file not shown.

fonts/web/Imbue-DisplayHeavy.woff2

-29.3 KB
Binary file not shown.

fonts/web/Imbue-DisplayLight.eot

-33 KB
Binary file not shown.

fonts/web/Imbue-DisplayLight.woff

-34.7 KB
Binary file not shown.

fonts/web/Imbue-DisplayLight.woff2

-28.6 KB
Binary file not shown.

fonts/web/Imbue-DisplayMedium.eot

-33.5 KB
Binary file not shown.

fonts/web/Imbue-DisplayMedium.woff

-35.2 KB
Binary file not shown.

fonts/web/Imbue-DisplayMedium.woff2

-29 KB
Binary file not shown.

fonts/web/Imbue-DisplaySemiBold.eot

-34.1 KB
Binary file not shown.

fonts/web/Imbue-DisplaySemiBold.woff

-35.7 KB
Binary file not shown.

fonts/web/Imbue-DisplaySemiBold.woff2

-29.7 KB
Binary file not shown.

fonts/web/Imbue-DisplayThin.eot

-32.5 KB
Binary file not shown.

fonts/web/Imbue-DisplayThin.woff

-34.3 KB
Binary file not shown.

fonts/web/Imbue-DisplayThin.woff2

-28.3 KB
Binary file not shown.

fonts/web/Imbue-DisplayUltra.eot

-32.3 KB
Binary file not shown.

fonts/web/Imbue-DisplayUltra.woff

-34 KB
Binary file not shown.

fonts/web/Imbue-DisplayUltra.woff2

-28.2 KB
Binary file not shown.

fonts/web/Imbue-ExtraLight.eot

-33.6 KB
Binary file not shown.

fonts/web/Imbue-ExtraLight.woff

-35.4 KB
Binary file not shown.

fonts/web/Imbue-ExtraLight.woff2

-29.3 KB
Binary file not shown.

fonts/web/Imbue-Heavy.eot

-33.9 KB
Binary file not shown.

fonts/web/Imbue-Heavy.woff

-35.6 KB
Binary file not shown.

fonts/web/Imbue-Heavy.woff2

-29.4 KB
Binary file not shown.

fonts/web/Imbue-Light.eot

-33.7 KB
Binary file not shown.

fonts/web/Imbue-Light.woff

-35.5 KB
Binary file not shown.

fonts/web/Imbue-Light.woff2

-29.3 KB
Binary file not shown.

fonts/web/Imbue-Medium.eot

-34.1 KB
Binary file not shown.

fonts/web/Imbue-Medium.woff

-35.9 KB
Binary file not shown.

fonts/web/Imbue-Medium.woff2

-29.7 KB
Binary file not shown.

fonts/web/Imbue-Regular.eot

-34.1 KB
Binary file not shown.

fonts/web/Imbue-Regular.woff

-35.9 KB
Binary file not shown.

fonts/web/Imbue-Regular.woff2

-29.7 KB
Binary file not shown.

fonts/web/Imbue-SemiBold.eot

-33.9 KB
Binary file not shown.

fonts/web/Imbue-SemiBold.woff

-35.7 KB
Binary file not shown.

fonts/web/Imbue-SemiBold.woff2

-29.5 KB
Binary file not shown.

fonts/web/Imbue-Text.eot

-34.3 KB
Binary file not shown.

fonts/web/Imbue-Text.woff

-36 KB
Binary file not shown.

fonts/web/Imbue-Text.woff2

-29.9 KB
Binary file not shown.

fonts/web/Imbue-TextBold.eot

-33.7 KB
Binary file not shown.

fonts/web/Imbue-TextBold.woff

-35.3 KB
Binary file not shown.

fonts/web/Imbue-TextBold.woff2

-29.2 KB
Binary file not shown.

fonts/web/Imbue-TextExtraLight.eot

-33.9 KB
Binary file not shown.

fonts/web/Imbue-TextExtraLight.woff

-35.7 KB
Binary file not shown.

fonts/web/Imbue-TextExtraLight.woff2

-29.5 KB
Binary file not shown.

fonts/web/Imbue-TextHeavy.eot

-34.2 KB
Binary file not shown.

fonts/web/Imbue-TextHeavy.woff

-35.8 KB
Binary file not shown.

fonts/web/Imbue-TextHeavy.woff2

-29.6 KB
Binary file not shown.

fonts/web/Imbue-TextLight.eot

-33.6 KB
Binary file not shown.

fonts/web/Imbue-TextLight.woff

-35.4 KB
Binary file not shown.

fonts/web/Imbue-TextLight.woff2

-29.2 KB
Binary file not shown.

fonts/web/Imbue-TextMedium.eot

-33.7 KB
Binary file not shown.

fonts/web/Imbue-TextMedium.woff

-35.4 KB
Binary file not shown.

fonts/web/Imbue-TextMedium.woff2

-29.3 KB
Binary file not shown.

fonts/web/Imbue-TextSemiBold.eot

-34.1 KB
Binary file not shown.

fonts/web/Imbue-TextSemiBold.woff

-35.8 KB
Binary file not shown.

fonts/web/Imbue-TextSemiBold.woff2

-29.6 KB
Binary file not shown.

fonts/web/Imbue-TextThin.eot

-33 KB
Binary file not shown.

fonts/web/Imbue-TextThin.woff

-34.8 KB
Binary file not shown.

fonts/web/Imbue-TextThin.woff2

-28.8 KB
Binary file not shown.

fonts/web/Imbue-TextUltra.eot

-33 KB
Binary file not shown.

fonts/web/Imbue-TextUltra.woff

-34.7 KB
Binary file not shown.

fonts/web/Imbue-TextUltra.woff2

-28.8 KB
Binary file not shown.

fonts/web/Imbue-Thin.eot

-33.5 KB
Binary file not shown.

fonts/web/Imbue-Thin.woff

-35.2 KB
Binary file not shown.

fonts/web/Imbue-Thin.woff2

-29.1 KB
Binary file not shown.

fonts/web/Imbue-Ultra.eot

-33.4 KB
Binary file not shown.

fonts/web/Imbue-Ultra.woff

-35.2 KB
Binary file not shown.

fonts/web/Imbue-Ultra.woff2

-29.1 KB
Binary file not shown.
-45.9 KB
Binary file not shown.

fonts/web/woff/Imbue-Bold.woff

30.7 KB
Binary file not shown.

fonts/web/woff/Imbue-Display.woff

30.5 KB
Binary file not shown.

fonts/web/woff/Imbue-DisplayBold.woff

30.5 KB
Binary file not shown.
30.4 KB
Binary file not shown.
30.3 KB
Binary file not shown.
30.6 KB
Binary file not shown.
30.5 KB
Binary file not shown.
30.6 KB
Binary file not shown.

fonts/web/woff/Imbue-DisplayThin.woff

30 KB
Binary file not shown.
29.9 KB
Binary file not shown.

fonts/web/woff/Imbue-ExtraLight.woff

30.6 KB
Binary file not shown.

fonts/web/woff/Imbue-Heavy.woff

30.3 KB
Binary file not shown.

fonts/web/woff/Imbue-Light.woff

30.9 KB
Binary file not shown.

fonts/web/woff/Imbue-Medium.woff

30.8 KB
Binary file not shown.

fonts/web/woff/Imbue-Regular.woff

30.9 KB
Binary file not shown.

fonts/web/woff/Imbue-SemiBold.woff

30.6 KB
Binary file not shown.

fonts/web/woff/Imbue-Text.woff

30.8 KB
Binary file not shown.

fonts/web/woff/Imbue-TextBold.woff

30.8 KB
Binary file not shown.
30.6 KB
Binary file not shown.

fonts/web/woff/Imbue-TextHeavy.woff

30.4 KB
Binary file not shown.

fonts/web/woff/Imbue-TextLight.woff

30.8 KB
Binary file not shown.

fonts/web/woff/Imbue-TextMedium.woff

30.5 KB
Binary file not shown.
30.6 KB
Binary file not shown.

fonts/web/woff/Imbue-TextThin.woff

30.2 KB
Binary file not shown.

fonts/web/woff/Imbue-TextUltra.woff

30.1 KB
Binary file not shown.

fonts/web/woff/Imbue-Thin.woff

30.5 KB
Binary file not shown.

fonts/web/woff/Imbue-Ultra.woff

30.2 KB
Binary file not shown.

fonts/web/woff2/Imbue-Bold.woff2

25.3 KB
Binary file not shown.

fonts/web/woff2/Imbue-Display.woff2

25.1 KB
Binary file not shown.
25.2 KB
Binary file not shown.
25.1 KB
Binary file not shown.
25 KB
Binary file not shown.
25.2 KB
Binary file not shown.
25.2 KB
Binary file not shown.
25.3 KB
Binary file not shown.
24.7 KB
Binary file not shown.
24.6 KB
Binary file not shown.
25.2 KB
Binary file not shown.

fonts/web/woff2/Imbue-Heavy.woff2

25.1 KB
Binary file not shown.

fonts/web/woff2/Imbue-Light.woff2

25.6 KB
Binary file not shown.

fonts/web/woff2/Imbue-Medium.woff2

25.4 KB
Binary file not shown.

fonts/web/woff2/Imbue-Regular.woff2

25.5 KB
Binary file not shown.

fonts/web/woff2/Imbue-SemiBold.woff2

25.4 KB
Binary file not shown.

fonts/web/woff2/Imbue-Text.woff2

25.3 KB
Binary file not shown.

fonts/web/woff2/Imbue-TextBold.woff2

25.3 KB
Binary file not shown.
25.4 KB
Binary file not shown.

fonts/web/woff2/Imbue-TextHeavy.woff2

25.3 KB
Binary file not shown.

fonts/web/woff2/Imbue-TextLight.woff2

25.5 KB
Binary file not shown.
25.1 KB
Binary file not shown.
25.3 KB
Binary file not shown.

fonts/web/woff2/Imbue-TextThin.woff2

24.9 KB
Binary file not shown.

fonts/web/woff2/Imbue-TextUltra.woff2

24.9 KB
Binary file not shown.

fonts/web/woff2/Imbue-Thin.woff2

25.1 KB
Binary file not shown.

fonts/web/woff2/Imbue-Ultra.woff2

24.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)