Skip to content

Commit 8752b93

Browse files
committed
Release v2.1
1 parent 52302bc commit 8752b93

28 files changed

+99
-99
lines changed

docs/font-files/Inter-UI-Black.otf

148 Bytes
Binary file not shown.

docs/font-files/Inter-UI-Black.woff

156 Bytes
Binary file not shown.

docs/font-files/Inter-UI-Black.woff2

260 Bytes
Binary file not shown.
152 Bytes
Binary file not shown.
156 Bytes
Binary file not shown.
-112 Bytes
Binary file not shown.

docs/font-files/Inter-UI-Bold.otf

116 Bytes
Binary file not shown.

docs/font-files/Inter-UI-Bold.woff

100 Bytes
Binary file not shown.

docs/font-files/Inter-UI-Bold.woff2

0 Bytes
Binary file not shown.
112 Bytes
Binary file not shown.
76 Bytes
Binary file not shown.
132 Bytes
Binary file not shown.

docs/font-files/Inter-UI-Medium.otf

140 Bytes
Binary file not shown.

docs/font-files/Inter-UI-Medium.woff

112 Bytes
Binary file not shown.

docs/font-files/Inter-UI-Medium.woff2

116 Bytes
Binary file not shown.
124 Bytes
Binary file not shown.
72 Bytes
Binary file not shown.
72 Bytes
Binary file not shown.

docs/font-files/Inter-UI-Regular.otf

0 Bytes
Binary file not shown.

docs/font-files/Inter-UI-Regular.woff

0 Bytes
Binary file not shown.
200 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-4 Bytes
Binary file not shown.
-148 Bytes
Binary file not shown.

docs/inter-ui.css

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,58 +2,58 @@
22
font-family: 'Inter UI';
33
font-style: normal;
44
font-weight: 400;
5-
src: url("font-files/Inter-UI-Regular.woff2?v=2.0") format("woff2"),
6-
url("font-files/Inter-UI-Regular.woff?v=2.0") format("woff");
5+
src: url("font-files/Inter-UI-Regular.woff2?v=2.1") format("woff2"),
6+
url("font-files/Inter-UI-Regular.woff?v=2.1") format("woff");
77
}
88
@font-face {
99
font-family: 'Inter UI';
1010
font-style: italic;
1111
font-weight: 400;
12-
src: url("font-files/Inter-UI-RegularItalic.woff2?v=2.0") format("woff2"),
13-
url("font-files/Inter-UI-RegularItalic.woff?v=2.0") format("woff");
12+
src: url("font-files/Inter-UI-RegularItalic.woff2?v=2.1") format("woff2"),
13+
url("font-files/Inter-UI-RegularItalic.woff?v=2.1") format("woff");
1414
}
1515

1616
@font-face {
1717
font-family: 'Inter UI';
1818
font-style: normal;
1919
font-weight: 500;
20-
src: url("font-files/Inter-UI-Medium.woff2?v=2.0") format("woff2"),
21-
url("font-files/Inter-UI-Medium.woff?v=2.0") format("woff");
20+
src: url("font-files/Inter-UI-Medium.woff2?v=2.1") format("woff2"),
21+
url("font-files/Inter-UI-Medium.woff?v=2.1") format("woff");
2222
}
2323
@font-face {
2424
font-family: 'Inter UI';
2525
font-style: italic;
2626
font-weight: 500;
27-
src: url("font-files/Inter-UI-MediumItalic.woff2?v=2.0") format("woff2"),
28-
url("font-files/Inter-UI-MediumItalic.woff?v=2.0") format("woff");
27+
src: url("font-files/Inter-UI-MediumItalic.woff2?v=2.1") format("woff2"),
28+
url("font-files/Inter-UI-MediumItalic.woff?v=2.1") format("woff");
2929
}
3030

3131
@font-face {
3232
font-family: 'Inter UI';
3333
font-style: normal;
3434
font-weight: 700;
35-
src: url("font-files/Inter-UI-Bold.woff2?v=2.0") format("woff2"),
36-
url("font-files/Inter-UI-Bold.woff?v=2.0") format("woff");
35+
src: url("font-files/Inter-UI-Bold.woff2?v=2.1") format("woff2"),
36+
url("font-files/Inter-UI-Bold.woff?v=2.1") format("woff");
3737
}
3838
@font-face {
3939
font-family: 'Inter UI';
4040
font-style: italic;
4141
font-weight: 700;
42-
src: url("font-files/Inter-UI-BoldItalic.woff2?v=2.0") format("woff2"),
43-
url("font-files/Inter-UI-BoldItalic.woff?v=2.0") format("woff");
42+
src: url("font-files/Inter-UI-BoldItalic.woff2?v=2.1") format("woff2"),
43+
url("font-files/Inter-UI-BoldItalic.woff?v=2.1") format("woff");
4444
}
4545

4646
@font-face {
4747
font-family: 'Inter UI';
4848
font-style: normal;
4949
font-weight: 900;
50-
src: url("font-files/Inter-UI-Black.woff2?v=2.0") format("woff2"),
51-
url("font-files/Inter-UI-Black.woff?v=2.0") format("woff");
50+
src: url("font-files/Inter-UI-Black.woff2?v=2.1") format("woff2"),
51+
url("font-files/Inter-UI-Black.woff?v=2.1") format("woff");
5252
}
5353
@font-face {
5454
font-family: 'Inter UI';
5555
font-style: italic;
5656
font-weight: 900;
57-
src: url("font-files/Inter-UI-BlackItalic.woff2?v=2.0") format("woff2"),
58-
url("font-files/Inter-UI-BlackItalic.woff?v=2.0") format("woff");
57+
src: url("font-files/Inter-UI-BlackItalic.woff2?v=2.1") format("woff2"),
58+
url("font-files/Inter-UI-BlackItalic.woff?v=2.1") format("woff");
5959
}

src/Inter-UI-Black.ufo/glyphs/a.glif

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,74 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<glyph name="a" format="1">
3-
<advance width="1536"/>
3+
<advance width="1528"/>
44
<unicode hex="0061"/>
55
<outline>
66
<contour>
7-
<point x="944" y="660" type="line"/>
8-
<point x="944" y="492" type="line" smooth="yes"/>
9-
<point x="944" y="384"/>
10-
<point x="824" y="304"/>
11-
<point x="704" y="304" type="curve" smooth="yes"/>
12-
<point x="604" y="304"/>
13-
<point x="540" y="360"/>
14-
<point x="540" y="444" type="curve" smooth="yes"/>
15-
<point x="540" y="556"/>
16-
<point x="612" y="660"/>
17-
<point x="792" y="660" type="curve" smooth="yes"/>
7+
<point x="936" y="660" type="line"/>
8+
<point x="936" y="492" type="line" smooth="yes"/>
9+
<point x="936" y="384"/>
10+
<point x="816" y="304"/>
11+
<point x="696" y="304" type="curve" smooth="yes"/>
12+
<point x="596" y="304"/>
13+
<point x="532" y="360"/>
14+
<point x="532" y="444" type="curve" smooth="yes"/>
15+
<point x="532" y="556"/>
16+
<point x="604" y="660"/>
17+
<point x="784" y="660" type="curve" smooth="yes"/>
1818
</contour>
1919
<contour>
20-
<point x="968" y="0" type="line"/>
21-
<point x="1408" y="0" type="line"/>
22-
<point x="1408" y="1024" type="line" smooth="yes"/>
23-
<point x="1408" y="1380"/>
24-
<point x="1128" y="1556"/>
25-
<point x="776" y="1556" type="curve" smooth="yes"/>
26-
<point x="456" y="1556"/>
27-
<point x="184" y="1408"/>
28-
<point x="104" y="1116" type="curve"/>
29-
<point x="536" y="1056" type="line"/>
30-
<point x="572" y="1164"/>
31-
<point x="632" y="1216"/>
32-
<point x="752" y="1216" type="curve" smooth="yes"/>
33-
<point x="888" y="1216"/>
34-
<point x="944" y="1152"/>
35-
<point x="944" y="1028" type="curve" smooth="yes"/>
36-
<point x="944" y="944" type="line"/>
37-
<point x="788" y="944" type="line" smooth="yes"/>
38-
<point x="280" y="944"/>
39-
<point x="96" y="728"/>
40-
<point x="96" y="420" type="curve" smooth="yes"/>
41-
<point x="96" y="156"/>
42-
<point x="324" y="-28"/>
43-
<point x="600" y="-28" type="curve" smooth="yes"/>
44-
<point x="792" y="-28"/>
45-
<point x="908" y="52"/>
46-
<point x="956" y="132" type="curve"/>
47-
<point x="968" y="132" type="line"/>
20+
<point x="960" y="0" type="line"/>
21+
<point x="1400" y="0" type="line"/>
22+
<point x="1400" y="1024" type="line" smooth="yes"/>
23+
<point x="1400" y="1380"/>
24+
<point x="1120" y="1556"/>
25+
<point x="768" y="1556" type="curve" smooth="yes"/>
26+
<point x="448" y="1556"/>
27+
<point x="176" y="1408"/>
28+
<point x="96" y="1116" type="curve"/>
29+
<point x="528" y="1056" type="line"/>
30+
<point x="564" y="1164"/>
31+
<point x="624" y="1216"/>
32+
<point x="744" y="1216" type="curve" smooth="yes"/>
33+
<point x="880" y="1216"/>
34+
<point x="936" y="1152"/>
35+
<point x="936" y="1028" type="curve" smooth="yes"/>
36+
<point x="936" y="944" type="line"/>
37+
<point x="780" y="944" type="line" smooth="yes"/>
38+
<point x="272" y="944"/>
39+
<point x="88" y="712"/>
40+
<point x="88" y="420" type="curve" smooth="yes"/>
41+
<point x="88" y="128"/>
42+
<point x="316" y="-28"/>
43+
<point x="592" y="-28" type="curve" smooth="yes"/>
44+
<point x="784" y="-28"/>
45+
<point x="900" y="52"/>
46+
<point x="948" y="132" type="curve"/>
47+
<point x="960" y="132" type="line"/>
4848
</contour>
4949
<contour>
50-
<point x="772" y="1776" type="move" name="top"/>
50+
<point x="764" y="1776" type="move" name="top"/>
5151
</contour>
5252
<contour>
53-
<point x="684" y="4" type="move" name="bottom"/>
53+
<point x="676" y="4" type="move" name="bottom"/>
5454
</contour>
5555
<contour>
56-
<point x="1396" y="0" type="move" name="ogonek"/>
56+
<point x="1388" y="0" type="move" name="ogonek"/>
5757
</contour>
5858
<contour>
59-
<point x="776" y="1776" type="move" name="rhalfring"/>
59+
<point x="768" y="1776" type="move" name="rhalfring"/>
6060
</contour>
6161
<contour>
62-
<point x="1544" y="2200" type="move" name="top_dd"/>
62+
<point x="1536" y="2200" type="move" name="top_dd"/>
6363
</contour>
6464
<contour>
65-
<point x="1544" y="-560" type="move" name="bottom_dd"/>
65+
<point x="1536" y="-560" type="move" name="bottom_dd"/>
6666
</contour>
6767
<contour>
68-
<point x="1220" y="900" type="move" name="rhotichook"/>
68+
<point x="1212" y="900" type="move" name="rhotichook"/>
6969
</contour>
7070
<contour>
71-
<point x="1552" y="1776" type="move" name="top0315"/>
71+
<point x="1544" y="1776" type="move" name="top0315"/>
7272
</contour>
7373
</outline>
7474
<lib>

src/Inter-UI-Black.ufo/glyphs/uni01F6_.glif

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<glyph name="uni01F6" format="1">
3-
<advance width="3072"/>
3+
<advance width="2936"/>
44
<unicode hex="01F6"/>
55
<outline>
66
<contour>
7-
<point x="2416" y="1488" type="line"/>
8-
<point x="2416" y="696" type="line" smooth="yes"/>
9-
<point x="2416" y="448"/>
10-
<point x="2344" y="344"/>
11-
<point x="2136" y="344" type="curve" smooth="yes"/>
12-
<point x="1932" y="344"/>
13-
<point x="1856" y="448"/>
14-
<point x="1856" y="696" type="curve" smooth="yes"/>
15-
<point x="1856" y="776" type="line"/>
16-
<point x="1396" y="776" type="line"/>
17-
<point x="1396" y="696" type="line" smooth="yes"/>
18-
<point x="1396" y="228"/>
19-
<point x="1672" y="-28"/>
20-
<point x="2136" y="-28" type="curve" smooth="yes"/>
21-
<point x="2600" y="-28"/>
22-
<point x="2876" y="228"/>
23-
<point x="2876" y="696" type="curve" smooth="yes"/>
24-
<point x="2876" y="1488" type="line"/>
7+
<point x="2348" y="1488" type="line"/>
8+
<point x="2348" y="696" type="line" smooth="yes"/>
9+
<point x="2348" y="492"/>
10+
<point x="2276" y="352"/>
11+
<point x="2068" y="352" type="curve" smooth="yes"/>
12+
<point x="1864" y="352"/>
13+
<point x="1788" y="492"/>
14+
<point x="1788" y="696" type="curve" smooth="yes"/>
15+
<point x="1788" y="776" type="line"/>
16+
<point x="1328" y="776" type="line"/>
17+
<point x="1328" y="696" type="line" smooth="yes"/>
18+
<point x="1328" y="228"/>
19+
<point x="1604" y="-28"/>
20+
<point x="2068" y="-28" type="curve" smooth="yes"/>
21+
<point x="2532" y="-28"/>
22+
<point x="2808" y="228"/>
23+
<point x="2808" y="696" type="curve" smooth="yes"/>
24+
<point x="2808" y="1488" type="line"/>
2525
</contour>
2626
<contour>
27-
<point x="1540" y="1208" type="line"/>
28-
<point x="508" y="1208" type="line"/>
29-
<point x="508" y="836" type="line"/>
30-
<point x="1540" y="836" type="line"/>
27+
<point x="1472" y="1208" type="line"/>
28+
<point x="440" y="1208" type="line"/>
29+
<point x="440" y="836" type="line"/>
30+
<point x="1472" y="836" type="line"/>
3131
</contour>
3232
<contour>
33-
<point x="656" y="2004" type="line"/>
34-
<point x="196" y="2004" type="line"/>
35-
<point x="196" y="0" type="line"/>
36-
<point x="656" y="0" type="line"/>
33+
<point x="588" y="2048" type="line"/>
34+
<point x="128" y="2048" type="line"/>
35+
<point x="128" y="0" type="line"/>
36+
<point x="588" y="0" type="line"/>
3737
</contour>
3838
<contour>
39-
<point x="1856" y="2004" type="line"/>
40-
<point x="1396" y="2004" type="line"/>
41-
<point x="1396" y="688" type="line"/>
42-
<point x="1856" y="688" type="line"/>
39+
<point x="1788" y="2048" type="line"/>
40+
<point x="1328" y="2048" type="line"/>
41+
<point x="1328" y="688" type="line"/>
42+
<point x="1788" y="688" type="line"/>
4343
</contour>
4444
</outline>
4545
<lib>

src/Inter-UI-Black.ufo/kerning.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@
10291029
<key>@KERN_RIGHT_a</key>
10301030
<integer>-86</integer>
10311031
<key>@KERN_RIGHT_c</key>
1032-
<integer>-136</integer>
1032+
<integer>-86</integer>
10331033
<key>@KERN_RIGHT_comma</key>
10341034
<integer>-331</integer>
10351035
<key>@KERN_RIGHT_dotlessi</key>
@@ -1080,7 +1080,7 @@
10801080
<key>@KERN_RIGHT_a</key>
10811081
<integer>-32</integer>
10821082
<key>@KERN_RIGHT_c</key>
1083-
<integer>-128</integer>
1083+
<integer>-70</integer>
10841084
<key>@KERN_RIGHT_f</key>
10851085
<integer>14</integer>
10861086
<key>@KERN_RIGHT_quotedblleft</key>
@@ -2165,7 +2165,7 @@
21652165
<key>@KERN_RIGHT_quotedblleft</key>
21662166
<integer>-5</integer>
21672167
<key>@KERN_RIGHT_t</key>
2168-
<integer>24</integer>
2168+
<integer>0</integer>
21692169
<key>@KERN_RIGHT_v</key>
21702170
<integer>-53</integer>
21712171
<key>@KERN_RIGHT_x</key>
@@ -4343,7 +4343,7 @@
43434343
<key>@KERN_RIGHT_Y</key>
43444344
<integer>-132</integer>
43454345
<key>@KERN_RIGHT_c</key>
4346-
<integer>-33</integer>
4346+
<integer>-36</integer>
43474347
<key>@KERN_RIGHT_divide</key>
43484348
<integer>-82</integer>
43494349
<key>@KERN_RIGHT_dotlessj</key>

0 commit comments

Comments
 (0)