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

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