mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: add Inter font
This commit is contained in:
parent
8f87cf30d6
commit
ac56b81640
1 changed files with 7 additions and 1 deletions
|
@ -91,7 +91,13 @@ in
|
|||
with pkgs;
|
||||
[
|
||||
noto-fonts-cjk-sans
|
||||
(google-fonts.override { fonts = [ "Lora" ]; })
|
||||
(google-fonts.override {
|
||||
fonts = [
|
||||
"Lora"
|
||||
"Inter"
|
||||
];
|
||||
})
|
||||
|
||||
]
|
||||
++ (lib.optionals (!config.liminalOS.theming.enable) [
|
||||
noto-fonts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue