[cantarell-fonts/ufo-conversion] Add Stylespace for use with statmake later
- From: Nikolaus Waxweiler <nwaxweiler src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cantarell-fonts/ufo-conversion] Add Stylespace for use with statmake later
- Date: Wed, 27 Feb 2019 22:52:00 +0000 (UTC)
commit 0585f72c53913f241e8af2a3621c371a8120c35a
Author: Nikolaus Waxweiler <madigens gmail com>
Date: Wed Feb 27 22:51:36 2019 +0000
Add Stylespace for use with statmake later
https://github.com/daltonmaag/statmake
src/Cantarell.stylespace | 60 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 60 insertions(+)
---
diff --git a/src/Cantarell.stylespace b/src/Cantarell.stylespace
new file mode 100644
index 00000000..6c9ffa85
--- /dev/null
+++ b/src/Cantarell.stylespace
@@ -0,0 +1,60 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+ <dict>
+ <key>axes</key>
+ <array>
+ <dict>
+ <key>name</key>
+ <string>Weight</string>
+ <key>tag</key>
+ <string>wght</string>
+ <key>locations</key>
+ <array>
+
+ <dict>
+ <key>name</key>
+ <string>Thin</string>
+ <key>value</key>
+ <integer>100</integer>
+ </dict>
+
+ <dict>
+ <key>name</key>
+ <string>Light</string>
+ <key>value</key>
+ <integer>300</integer>
+ </dict>
+
+ <dict>
+ <key>name</key>
+ <string>Regular</string>
+ <key>value</key>
+ <integer>400</integer>
+ <key>linked_value</key>
+ <integer>700</integer>
+ <key>flags</key>
+ <array>
+ <string>ElidableAxisValueName</string>
+ </array>
+ </dict>
+
+ <dict>
+ <key>name</key>
+ <string>Bold</string>
+ <key>value</key>
+ <integer>700</integer>
+ </dict>
+
+ <dict>
+ <key>name</key>
+ <string>Extra Bold</string>
+ <key>value</key>
+ <integer>800</integer>
+ </dict>
+
+ </array>
+ </dict>
+ </array>
+ </dict>
+</plist>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]