diff options
author | Jesús <heckyel@hyperbola.info> | 2018-07-10 22:31:45 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-07-10 22:31:45 -0500 |
commit | a03b904c839c5c0eb7f83ce514eb7255f16c9cd5 (patch) | |
tree | 92b08c2a8ca0491328c667e3dadf5f1a9894cc31 /lab | |
parent | 2f1a5567f4165acac5466018dfcd7dfb0043976d (diff) | |
download | libresocial-a03b904c839c5c0eb7f83ce514eb7255f16c9cd5.tar.lz libresocial-a03b904c839c5c0eb7f83ce514eb7255f16c9cd5.tar.xz libresocial-a03b904c839c5c0eb7f83ce514eb7255f16c9cd5.zip |
simple metadata.json
Diffstat (limited to 'lab')
-rw-r--r-- | lab/metadata.json | 85 |
1 files changed, 45 insertions, 40 deletions
diff --git a/lab/metadata.json b/lab/metadata.json index ef1dc8c..81270ae 100644 --- a/lab/metadata.json +++ b/lab/metadata.json @@ -1,42 +1,47 @@ -{ "props": - { "ascent": 96 - , "descent": 32 - , "em": 128 - , "encoding": "UnicodeFull" - , "lang": "English (US)" - , "family": "libresocial" - , "style": "Regular" - , "familyname": "libresocial" - , "fontname": "libresocial-Regular" - , "fullname": "libresocial Regular" - } -, "glyphs": - { "0xe800": "diaspora.svg" - , "0xe801": "friendica.svg" - , "0xe802": "gitlab.svg" - , "0xe803": "gnusocial.svg" - , "0xe804": "hubzilla.svg" - , "0xe805": "liberapay.svg" - , "0xe806": "mastodon.svg" - , "0xe807": "matrix.svg" - , "0xe808": "mediagoblin.svg" - , "0xe809": "notabug.svg" - , "0xe810": "peertube.svg" - , "0xe811": "pixelfed.svg" - , "0xe812": "pump.svg" - , "0xe813": "tox.svg" - , "0xe814": "xmpp.svg" - } -, "sfnt_names": - [ ["English (US)", "Copyright", "Copyright (c) 2017 Conocimientos Libres"] - , ["English (US)", "Family", "libresocial"] - , ["English (US)", "SubFamily", "Regular"] - , ["English (US)", "UniqueID", "libresocial 2017-7-21"] - , ["English (US)", "Fullname", "libresocial Regular"] - , ["English (US)", "Version", "Version 1.0"] - , ["English (US)", "PostScriptName", "libresocial-Regular"] +{ + "props": { + "ascent": 96, + "descent": 32, + "em": 128, + "encoding": "UnicodeFull", + "lang": "English (US)", + "family": "libresocial", + "style": "Regular", + "familyname": "libresocial", + "fontname": "libresocial", + "fullname": "libresocial" + }, + "glyphs": { + "0xe800": "diaspora.svg", + "0xe801": "friendica.svg", + "0xe802": "gitlab.svg", + "0xe803": "gnusocial.svg", + "0xe804": "hubzilla.svg", + "0xe805": "liberapay.svg", + "0xe806": "mastodon.svg", + "0xe807": "matrix.svg", + "0xe808": "mediagoblin.svg", + "0xe809": "notabug.svg", + "0xe810": "peertube.svg", + "0xe811": "pixelfed.svg", + "0xe812": "pump.svg", + "0xe813": "tox.svg", + "0xe814": "xmpp.svg" + }, + "sfnt_names": [ + ["English (US)", "Copyright", "Copyright (c) 2018 Conocimientos Libres"], + ["English (US)", "Family", "libresocial"], + ["English (US)", "SubFamily", "Regular"], + ["English (US)", "UniqueID", "Libresocial 2018-7-11"], + ["English (US)", "Fullname", "libresocial"], + ["English (US)", "Version", "Version 1.0"], + ["English (US)", "PostScriptName", "libresocial"] + ], + "input": ".", + "output": [ + "libresocial.ttf", + "libresocial.otf", + "libresocial.svg", + "libresocial.woff" ] -, "input": "." -, "output": [ "libresocial.ttf", "libresocial.otf", "libresocial.svg", "libresocial.woff" ] -, "# vim: set et sw=2 ts=2 sts=2:": false } |