]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Add config for parent bigshouldersinlinetext too
authorSimon Cozens <simon@simon-cozens.org>
Thu, 30 May 2024 10:00:29 +0000 (11:00 +0100)
committerSimon Cozens <simon@simon-cozens.org>
Thu, 30 May 2024 10:00:29 +0000 (11:00 +0100)
ofl/bigshouldersinlinetext/config.yaml [new file with mode: 0644]

diff --git a/ofl/bigshouldersinlinetext/config.yaml b/ofl/bigshouldersinlinetext/config.yaml
new file mode 100644 (file)
index 0000000..276bb25
--- /dev/null
@@ -0,0 +1,28 @@
+sources:
+    - ../Big-Shoulders-Inline/sources/BigShouldersInline.glyphs
+recipe:
+  ../Big-Shoulders-Inline/fonts/variable/text/BigShouldersInlineText[wght].ttf:
+    - source: ../Big-Shoulders-Inline/sources/BigShouldersInline.glyphs
+    - args: --filter ...  --filter FlattenComponentsFilter --filter DecomposeTransformedComponentsFilter
+      operation: buildVariable
+    - operation: subspace
+      axes: opsz=10
+    - operation: rename
+      name: Big Shoulders Inline Text
+      args: --just-family
+    - operation: fix
+    - postprocess: buildStat
+  # And now the small caps family
+  ../Big-Shoulders-Inline/fonts/variable/text/BigShouldersInlineTextSC[wght].ttf:
+    - source: ../Big-Shoulders-Inline/sources/BigShouldersInline.glyphs
+    - args: --filter ...  --filter FlattenComponentsFilter --filter DecomposeTransformedComponentsFilter
+      operation: buildVariable
+    - operation: subspace
+      axes: opsz=10
+    - args: '''smcp -> ccmp'''
+      operation: remapLayout
+    - operation: rename
+      name: Big Shoulders Inline Text SC
+      args: --just-family
+    - operation: fix
+    - postprocess: buildStat