mirror of
https://github.com/rsms/inter.git
synced 2024-11-17 07:47:33 +01:00
fixes style linking of Display styles. Related to #498
Also it seems metrics keys were synced for Italic/uni0249
This commit is contained in:
parent
c79709096b
commit
2ca005973c
4 changed files with 16 additions and 15 deletions
16
Makefile
16
Makefile
|
@ -47,7 +47,7 @@ $(UFODIR)/Inter-BlackItalic.ufo: $(UFODIR)/Inter-Italic.designspace
|
|||
touch $@
|
||||
$(UFODIR)/Inter-DisplayThin.ufo: $(UFODIR)/Inter-Roman.designspace
|
||||
touch $@
|
||||
$(UFODIR)/Inter-DisplayRegular.ufo: $(UFODIR)/Inter-Roman.designspace
|
||||
$(UFODIR)/Inter-Display.ufo: $(UFODIR)/Inter-Roman.designspace
|
||||
touch $@
|
||||
$(UFODIR)/Inter-DisplayBlack.ufo: $(UFODIR)/Inter-Roman.designspace
|
||||
touch $@
|
||||
|
@ -134,7 +134,7 @@ $(UFODIR)/Inter-DisplayExtraBoldItalic.ufo: $(UFODIR)/Inter-Italic.designspace |
|
|||
$(UFODIR)/Inter-ExtraBoldItalic.ufo \
|
||||
\
|
||||
$(UFODIR)/Inter-DisplayBlack.ufo \
|
||||
$(UFODIR)/Inter-DisplayRegular.ufo \
|
||||
$(UFODIR)/Inter-Display.ufo \
|
||||
$(UFODIR)/Inter-DisplayThin.ufo \
|
||||
$(UFODIR)/Inter-DisplayLight.ufo \
|
||||
$(UFODIR)/Inter-DisplayExtraLight.ufo \
|
||||
|
@ -247,7 +247,7 @@ static_otf: \
|
|||
$(FONTDIR)/static/Inter-ExtraBoldItalic.otf \
|
||||
$(FONTDIR)/static/Inter-DisplayBlack.otf \
|
||||
$(FONTDIR)/static/Inter-DisplayBlackItalic.otf \
|
||||
$(FONTDIR)/static/Inter-DisplayRegular.otf \
|
||||
$(FONTDIR)/static/Inter-Display.otf \
|
||||
$(FONTDIR)/static/Inter-DisplayItalic.otf \
|
||||
$(FONTDIR)/static/Inter-DisplayThin.otf \
|
||||
$(FONTDIR)/static/Inter-DisplayThinItalic.otf \
|
||||
|
@ -285,7 +285,7 @@ static_ttf: \
|
|||
$(FONTDIR)/static/Inter-ExtraBoldItalic.ttf \
|
||||
$(FONTDIR)/static/Inter-DisplayBlack.ttf \
|
||||
$(FONTDIR)/static/Inter-DisplayBlackItalic.ttf \
|
||||
$(FONTDIR)/static/Inter-DisplayRegular.ttf \
|
||||
$(FONTDIR)/static/Inter-Display.ttf \
|
||||
$(FONTDIR)/static/Inter-DisplayItalic.ttf \
|
||||
$(FONTDIR)/static/Inter-DisplayThin.ttf \
|
||||
$(FONTDIR)/static/Inter-DisplayThinItalic.ttf \
|
||||
|
@ -323,7 +323,7 @@ static_ttf_hinted: \
|
|||
$(FONTDIR)/static-hinted/Inter-ExtraBoldItalic.ttf \
|
||||
$(FONTDIR)/static-hinted/Inter-DisplayBlack.ttf \
|
||||
$(FONTDIR)/static-hinted/Inter-DisplayBlackItalic.ttf \
|
||||
$(FONTDIR)/static-hinted/Inter-DisplayRegular.ttf \
|
||||
$(FONTDIR)/static-hinted/Inter-Display.ttf \
|
||||
$(FONTDIR)/static-hinted/Inter-DisplayItalic.ttf \
|
||||
$(FONTDIR)/static-hinted/Inter-DisplayThin.ttf \
|
||||
$(FONTDIR)/static-hinted/Inter-DisplayThinItalic.ttf \
|
||||
|
@ -361,7 +361,7 @@ static_web: \
|
|||
$(FONTDIR)/static/Inter-ExtraBoldItalic.woff2 \
|
||||
$(FONTDIR)/static/Inter-DisplayBlack.woff2 \
|
||||
$(FONTDIR)/static/Inter-DisplayBlackItalic.woff2 \
|
||||
$(FONTDIR)/static/Inter-DisplayRegular.woff2 \
|
||||
$(FONTDIR)/static/Inter-Display.woff2 \
|
||||
$(FONTDIR)/static/Inter-DisplayItalic.woff2 \
|
||||
$(FONTDIR)/static/Inter-DisplayThin.woff2 \
|
||||
$(FONTDIR)/static/Inter-DisplayThinItalic.woff2 \
|
||||
|
@ -399,7 +399,7 @@ static_web_hinted: \
|
|||
$(FONTDIR)/static-hinted/Inter-ExtraBoldItalic.woff2 \
|
||||
$(FONTDIR)/static-hinted/Inter-DisplayBlack.woff2 \
|
||||
$(FONTDIR)/static-hinted/Inter-DisplayBlackItalic.woff2 \
|
||||
$(FONTDIR)/static-hinted/Inter-DisplayRegular.woff2 \
|
||||
$(FONTDIR)/static-hinted/Inter-Display.woff2 \
|
||||
$(FONTDIR)/static-hinted/Inter-DisplayItalic.woff2 \
|
||||
$(FONTDIR)/static-hinted/Inter-DisplayThin.woff2 \
|
||||
$(FONTDIR)/static-hinted/Inter-DisplayThinItalic.woff2 \
|
||||
|
@ -561,7 +561,7 @@ install: install_var \
|
|||
$(INSTALLDIR)/Inter-ExtraBoldItalic.otf \
|
||||
$(INSTALLDIR)/Inter-DisplayBlack.otf \
|
||||
$(INSTALLDIR)/Inter-DisplayBlackItalic.otf \
|
||||
$(INSTALLDIR)/Inter-DisplayRegular.otf \
|
||||
$(INSTALLDIR)/Inter-Display.otf \
|
||||
$(INSTALLDIR)/Inter-DisplayItalic.otf \
|
||||
$(INSTALLDIR)/Inter-DisplayThin.otf \
|
||||
$(INSTALLDIR)/Inter-DisplayThinItalic.otf \
|
||||
|
|
|
@ -3809,8 +3809,8 @@ instanceInterpolations = {
|
|||
m008 = 1;
|
||||
};
|
||||
isItalic = 1;
|
||||
linkStyle = "Display Regular";
|
||||
name = "Display Regular Italic";
|
||||
linkStyle = Display;
|
||||
name = "Display Italic";
|
||||
},
|
||||
{
|
||||
axesValues = (
|
||||
|
@ -3912,8 +3912,9 @@ instanceInterpolations = {
|
|||
m008 = 0.4;
|
||||
m010 = 0.6;
|
||||
};
|
||||
isBold = 1;
|
||||
isItalic = 1;
|
||||
linkStyle = "Display Bold";
|
||||
linkStyle = Display;
|
||||
name = "Display Bold Italic";
|
||||
weightClass = 700;
|
||||
},
|
||||
|
|
|
@ -26,7 +26,7 @@ shapes = (
|
|||
ref = uni0249.ccmp;
|
||||
},
|
||||
{
|
||||
pos = (-32,0);
|
||||
pos = (-33,0);
|
||||
ref = dotaccent;
|
||||
}
|
||||
);
|
||||
|
|
|
@ -3083,7 +3083,7 @@ pos = -494;
|
|||
{
|
||||
}
|
||||
);
|
||||
name = "Display Regular";
|
||||
name = Display;
|
||||
stemValues = (
|
||||
160,
|
||||
180
|
||||
|
@ -3734,7 +3734,7 @@ value = (
|
|||
instanceInterpolations = {
|
||||
m007 = 1;
|
||||
};
|
||||
name = "Display Regular";
|
||||
name = Display;
|
||||
},
|
||||
{
|
||||
axesValues = (
|
||||
|
@ -3821,7 +3821,7 @@ m007 = 0.4;
|
|||
m009 = 0.6;
|
||||
};
|
||||
isBold = 1;
|
||||
linkStyle = "Display Regular";
|
||||
linkStyle = Display;
|
||||
name = "Display Bold";
|
||||
weightClass = 700;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue