marketing

Marketing materials (presentations, posters, flyers)
Log | Files | Refs

commit 8a8464175c02849303cffe0ffbae7a7cf9122dc8
parent 2cb9d371cf9ee699a7af015758d3d3d3775de240
Author: Stefan Kügel <stefan.kuegel@taler.net>
Date:   Thu, 27 Mar 2025 10:48:41 +0100

update and copy README file

Diffstat:
Mmerchants/Inkscape/README | 19++++++++++++++++---
Dmerchants/Inkscape/how-to-install-fonts-in-debian.txt | 12------------
Awallet-users/Inkscape/README | 18++++++++++++++++++
3 files changed, 34 insertions(+), 15 deletions(-)

diff --git a/merchants/Inkscape/README b/merchants/Inkscape/README @@ -1,4 +1,17 @@ -If you want to print PDFs from an SVG Inkscape file, use "Save as" in the main menu and not Inkscape's export function. +NOTES: -The source file for all brochures was the InDesign template Taler-Brochure.indd in the very beginning. The other file -Taler-Brochure.idml may contain some configs for InDesign and should persist in this folder. +(1) If you want to print PDFs from an SVG Inkscape file, use "Save as" in the main menu and NOT Inkscape's export +function. + +(2) The source file for all brochures in the very beginning is the InDesign template Taler-Brochure.indd. The other +file Taler-Brochure.idml may contain some configs for InDesign and should persist in this folder. + +(3) Installing the Montserrat fonts on a GNU/Linux system (Debian, Ubuntu/Kubuntu): +- Login as root in your terminal +- Enter the marketing.git repository's local folder /marketing/merchants/Document fonts/: + cd marketing.git/merchants/Document fonts# +- Copy all fonts to + cp * /usr/local/share/fonts +- Run in the terminal fc-cache to update the fonts cache +- Check if the fonts are installed by using the "fonts" program of your operating system +- If you still cannot find the "Montserrat" font inside Inkscape or similar program, try rebooting your system diff --git a/merchants/Inkscape/how-to-install-fonts-in-debian.txt b/merchants/Inkscape/how-to-install-fonts-in-debian.txt @@ -1,12 +0,0 @@ -How to install the Montserrat specific fonts in your system - Debian 12 -########################################################################### -- Login as root in your terminal -- Get inside the local fonts folder "Document fonts": - cd marketing.git/merchants/Document fonts# -- Copy all fonts to - cp * /usr/local/share/fonts -- Run "fc-cache" to update the font cache -- Check if the fonts are installed okay by using the "fonts" program of your graphical user interface (gnome or similar) -- IF, once inside Inkscape or similar program, you don't see the "Monstserrat" font, please reboot your system. - - diff --git a/wallet-users/Inkscape/README b/wallet-users/Inkscape/README @@ -0,0 +1,18 @@ +NOTES: + +(1) If you want to print PDFs from an SVG Inkscape file, use "Save as" in the main menu and NOT Inkscape's export +function. + +(2) The source file for all brochures in the very beginning is the InDesign template Taler-Brochure.indd in +/marketing/merchants/. The other file Taler-Brochure.idml may contain some configs for InDesign and should persist in +the same folder. + +(3) Installing the Montserrat fonts on a GNU/Linux system (Debian, Ubuntu/Kubuntu): +- Login as root in your terminal +- Enter the marketing.git repository's local folder /marketing/merchants/Document fonts/: + cd marketing.git/merchants/Document fonts# +- Copy all fonts to + cp * /usr/local/share/fonts +- Run in the terminal fc-cache to update the fonts cache +- Check if the fonts are installed by using the "fonts" program of your operating system +- If you still cannot find the "Montserrat" font inside Inkscape or similar program, try rebooting your system