From 6b17dff067e169448b6b8db962665a294a8ae74c Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 16 Aug 2023 11:07:15 -0700 Subject: [PATCH] feat: Add Lato & Fira Code font families --- Containerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 1ad500d0..8ff94bd2 100644 --- a/Containerfile +++ b/Containerfile @@ -74,7 +74,9 @@ RUN rpm-ostree install \ fish \ xdotool \ yad \ - google-noto-sans-cjk-fonts + google-noto-sans-cjk-fonts \ + lato-fonts \ + fira-code-fonts # Configure KDE & GNOME RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \