[cantarell-fonts] Append "VF" suffix to variable font
- From: Nikolaus Waxweiler <nwaxweiler src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cantarell-fonts] Append "VF" suffix to variable font
- Date: Mon, 1 Apr 2019 21:58:37 +0000 (UTC)
commit a11e3b62b5d323beea6350699b90af40a1c2f005
Author: Nikolaus Waxweiler <madigens gmail com>
Date: Mon Apr 1 22:58:13 2019 +0100
Append "VF" suffix to variable font
prebuilt/meson.build | 2 +-
src/meson.build | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/prebuilt/meson.build b/prebuilt/meson.build
index 94916354..a110d321 100644
--- a/prebuilt/meson.build
+++ b/prebuilt/meson.build
@@ -3,4 +3,4 @@ install_data('Cantarell-Light.otf', install_dir : fontsdir)
install_data('Cantarell-Regular.otf', install_dir : fontsdir)
install_data('Cantarell-Bold.otf', install_dir : fontsdir)
install_data('Cantarell-ExtraBold.otf', install_dir : fontsdir)
-install_data('Cantarell.ttf', install_dir : fontsdir)
+install_data('Cantarell-VF.ttf', install_dir : fontsdir)
diff --git a/src/meson.build b/src/meson.build
index bdc83a9b..45a23cda 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -16,7 +16,7 @@ custom_target(
custom_target(
'cantarell-variable-font',
input: 'Cantarell.designspace',
- output: 'Cantarell.ttf',
+ output: 'Cantarell-VF.ttf',
command: [
python3,
make_variable_font,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]