diff options
author | Robert Alessi <alessi@robertalessi.net> | 2020-12-17 17:38:11 +0100 |
---|---|---|
committer | Robert Alessi <alessi@robertalessi.net> | 2020-12-17 17:38:11 +0100 |
commit | c299e93f748ea4c5fd9c13bd2e68d416665b601b (patch) | |
tree | 5f0d4dbb8f986efbad1e144df15bd84bd240c56f /fontspec | |
parent | 368ab3e61289ed69fb2da7827ab574b58c9f4fb4 (diff) | |
download | oldstandard-c299e93f748ea4c5fd9c13bd2e68d416665b601b.tar.gz |
new file: OldStandard.fontspec, updated naming schemes in BoldItalic
Diffstat (limited to 'fontspec')
-rw-r--r-- | fontspec/OldStandard.fontspec | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fontspec/OldStandard.fontspec b/fontspec/OldStandard.fontspec new file mode 100644 index 0000000..95ae5d4 --- /dev/null +++ b/fontspec/OldStandard.fontspec | |||
@@ -0,0 +1,13 @@ | |||
1 | \defaultfontfeatures[Old Standard] | ||
2 | { | ||
3 | Extension = .otf, | ||
4 | UprightFont = OldStandard-Regular, | ||
5 | ItalicFont = OldStandard-Italic, | ||
6 | BoldFont = OldStandard-Bold, | ||
7 | BoldItalicFont = OldStandard-BoldItalic, | ||
8 | SlantedFont = OldStandard-Regular, | ||
9 | SlantedFeatures = {FakeSlant=0.25}, | ||
10 | BoldSlantedFont = OldStandard-Bold, | ||
11 | BoldSlantedFeatures = {FakeSlant=0.25} | ||
12 | } | ||
13 | |||