From 4bdcdd09ba0b4dfab6536d4379cb4db2a7093e44 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Thu, 21 May 2026 18:40:58 +0200 Subject: [PATCH] chore(remanso): add IBM Plex Serif to font families --- .remanso.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.remanso.json b/.remanso.json index da6b89a..ec77633 100644 --- a/.remanso.json +++ b/.remanso.json @@ -4,7 +4,8 @@ "Intel One Mono", "Geist Mono", "Space Mono", - "PT Serif" + "PT Serif", + "IBM Plex Serif" ], "fontSize": "15pt", "pageWidth": "640px",