mirror of
https://github.com/adobe-fonts/source-code-pro.git
synced 2026-01-12 16:08:14 -05:00
Fixes naming bug in VF fonts: different family names prevented style linking. (issue #309)
14 lines
217 B
Plaintext
14 lines
217 B
Plaintext
# inlcuded by /SourceCodePro/features.fea
|
|
|
|
include (../markclasses.fea);
|
|
|
|
feature mark {
|
|
include (../../../../familyWidthsAdjust.fea);
|
|
include (../mark.fea);
|
|
} mark;
|
|
|
|
|
|
feature mkmk {
|
|
include (../mkmk.fea);
|
|
} mkmk;
|