Install Google Sans Flex font from the copr repo.

This commit is contained in:
Elysia
2025-11-21 02:01:35 +08:00
parent 23fcd183bf
commit 527cb9e9b0
2 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -64,7 +64,8 @@ packages = [
"material-icons-fonts", "material-icons-fonts",
"readex-pro-fonts-all", "readex-pro-fonts-all",
"google-rubik-vf-fonts", "google-rubik-vf-fonts",
"twitter-twemoji-fonts" "twitter-twemoji-fonts",
"google-sans-flex-vf-fonts"
] ]
# Hyprland # Hyprland
+4 -2
View File
@@ -177,8 +177,10 @@ case "${EXPERIMENTAL_FILES_SCRIPT}" in
*)source sdata/subcmd-install/3.files-legacy.sh;; *)source sdata/subcmd-install/3.files-legacy.sh;;
esac esac
showfun install_google_sans_flex if [[ ! "$OS_GROUP_ID" == "fedora" ]]; then
v install_google_sans_flex showfun install_google_sans_flex
v install_google_sans_flex
fi
##################################################################################### #####################################################################################