feat: Add Lato & Fira Code font families

This commit is contained in:
Kyle Gospodnetich 2023-08-16 11:07:15 -07:00
parent 507cf9de0a
commit 6b17dff067

View File

@ -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 \