feat: add Inter font

This commit is contained in:
Youwen Wu 2025-03-19 22:19:59 -07:00
parent 8f87cf30d6
commit ac56b81640
Signed by: youwen
GPG key ID: 865658ED1FE61EC3

View file

@ -91,7 +91,13 @@ in
with pkgs; with pkgs;
[ [
noto-fonts-cjk-sans noto-fonts-cjk-sans
(google-fonts.override { fonts = [ "Lora" ]; }) (google-fonts.override {
fonts = [
"Lora"
"Inter"
];
})
] ]
++ (lib.optionals (!config.liminalOS.theming.enable) [ ++ (lib.optionals (!config.liminalOS.theming.enable) [
noto-fonts noto-fonts