From 74a47e5c637a5d002a2d32546663045160d776f6 Mon Sep 17 00:00:00 2001 From: mtrossevin Date: Wed, 1 Sep 2021 10:25:50 +0200 Subject: [PATCH] Documente fontconfig --- HowtoFontconfig.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 HowtoFontconfig.md diff --git a/HowtoFontconfig.md b/HowtoFontconfig.md new file mode 100644 index 00000000..f1574645 --- /dev/null +++ b/HowtoFontconfig.md @@ -0,0 +1,18 @@ +--- +categories: WIP fonts +title: How to Fontconfig +... + +* Documentation: + +Fontconfig est le système permettant aux applications de trouver les polices d'écritures installées sur un serveur. + +## Installation + +``` +sudo apt install fontconfig +``` + +## Ajouter une police d'écriture + +Pour ajouter une police d'écriture il faut ajouter ses fichiers dans un sous-dossier de `/usr/share/fonts/` puis lancer `fc-cache`. \ No newline at end of file