From 6debc60c8039f6eb8635934f26c31820ddcd638b Mon Sep 17 00:00:00 2001 From: ArghKevin Date: Tue, 7 May 2024 16:48:20 -0700 Subject: Re-organize metadata. --- metadata/livvic.pb | 156 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 metadata/livvic.pb (limited to 'metadata/livvic.pb') diff --git a/metadata/livvic.pb b/metadata/livvic.pb new file mode 100644 index 0000000..b86749e --- /dev/null +++ b/metadata/livvic.pb @@ -0,0 +1,156 @@ +name: "Livvic" +designer: "LV=, Jacques Le Bailly" +license: "OFL" +category: "SANS_SERIF" +date_added: "2019-06-21" +fonts { + name: "Livvic" + style: "normal" + weight: 100 + filename: "Livvic-Thin.ttf" + post_script_name: "Livvic-Thin" + full_name: "Livvic Thin" + copyright: "Copyright 2019 The Livvic Project Authors (https://github.com/Fonthausen/Livvic)" +} +fonts { + name: "Livvic" + style: "italic" + weight: 100 + filename: "Livvic-ThinItalic.ttf" + post_script_name: "Livvic-ThinItalic" + full_name: "Livvic Thin Italic" + copyright: "Copyright 2019 The Livvic Project Authors (https://github.com/Fonthausen/Livvic)" +} +fonts { + name: "Livvic" + style: "normal" + weight: 200 + filename: "Livvic-ExtraLight.ttf" + post_script_name: "Livvic-ExtraLight" + full_name: "Livvic ExtraLight" + copyright: "Copyright 2019 The Livvic Project Authors (https://github.com/Fonthausen/Livvic)" +} +fonts { + name: "Livvic" + style: "italic" + weight: 200 + filename: "Livvic-ExtraLightItalic.ttf" + post_script_name: "Livvic-ExtraLightItalic" + full_name: "Livvic ExtraLight Italic" + copyright: "Copyright 2019 The Livvic Project Authors (https://github.com/Fonthausen/Livvic)" +} +fonts { + name: "Livvic" + style: "normal" + weight: 300 + filename: "Livvic-Light.ttf" + post_script_name: "Livvic-Light" + full_name: "Livvic Light" + copyright: "Copyright 2019 The Livvic Project Authors (https://github.com/Fonthausen/Livvic)" +} +fonts { + name: "Livvic" + style: "italic" + weight: 300 + filename: "Livvic-LightItalic.ttf" + post_script_name: "Livvic-LightItalic" + full_name: "Livvic Light Italic" + copyright: "Copyright 2019 The Livvic Project Authors (https://github.com/Fonthausen/Livvic)" +} +fonts { + name: "Livvic" + style: "normal" + weight: 400 + filename: "Livvic-Regular.ttf" + post_script_name: "Livvic-Regular" + full_name: "Livvic Regular" + copyright: "Copyright 2019 The Livvic Project Authors (https://github.com/Fonthausen/Livvic)" +} +fonts { + name: "Livvic" + style: "italic" + weight: 400 + filename: "Livvic-Italic.ttf" + post_script_name: "Livvic-Italic" + full_name: "Livvic Italic" + copyright: "Copyright 2019 The Livvic Project Authors (https://github.com/Fonthausen/Livvic)" +} +fonts { + name: "Livvic" + style: "normal" + weight: 500 + filename: "Livvic-Medium.ttf" + post_script_name: "Livvic-Medium" + full_name: "Livvic Medium" + copyright: "Copyright 2019 The Livvic Project Authors (https://github.com/Fonthausen/Livvic)" +} +fonts { + name: "Livvic" + style: "italic" + weight: 500 + filename: "Livvic-MediumItalic.ttf" + post_script_name: "Livvic-MediumItalic" + full_name: "Livvic Medium Italic" + copyright: "Copyright 2019 The Livvic Project Authors (https://github.com/Fonthausen/Livvic)" +} +fonts { + name: "Livvic" + style: "normal" + weight: 600 + filename: "Livvic-SemiBold.ttf" + post_script_name: "Livvic-SemiBold" + full_name: "Livvic SemiBold" + copyright: "Copyright 2019 The Livvic Project Authors (https://github.com/Fonthausen/Livvic)" +} +fonts { + name: "Livvic" + style: "italic" + weight: 600 + filename: "Livvic-SemiBoldItalic.ttf" + post_script_name: "Livvic-SemiBoldItalic" + full_name: "Livvic SemiBold Italic" + copyright: "Copyright 2019 The Livvic Project Authors (https://github.com/Fonthausen/Livvic)" +} +fonts { + name: "Livvic" + style: "normal" + weight: 700 + filename: "Livvic-Bold.ttf" + post_script_name: "Livvic-Bold" + full_name: "Livvic Bold" + copyright: "Copyright 2019 The Livvic Project Authors (https://github.com/Fonthausen/Livvic)" +} +fonts { + name: "Livvic" + style: "italic" + weight: 700 + filename: "Livvic-BoldItalic.ttf" + post_script_name: "Livvic-BoldItalic" + full_name: "Livvic Bold Italic" + copyright: "Copyright 2019 The Livvic Project Authors (https://github.com/Fonthausen/Livvic)" +} +fonts { + name: "Livvic" + style: "normal" + weight: 900 + filename: "Livvic-Black.ttf" + post_script_name: "Livvic-Black" + full_name: "Livvic Black" + copyright: "Copyright 2019 The Livvic Project Authors (https://github.com/Fonthausen/Livvic)" +} +fonts { + name: "Livvic" + style: "italic" + weight: 900 + filename: "Livvic-BlackItalic.ttf" + post_script_name: "Livvic-BlackItalic" + full_name: "Livvic Black Italic" + copyright: "Copyright 2019 The Livvic Project Authors (https://github.com/Fonthausen/Livvic)" +} +subsets: "latin" +subsets: "latin-ext" +subsets: "menu" +subsets: "vietnamese" +source { + repository_url: "https://github.com/Fonthausen/Livvic" +} -- cgit v1.2.3