fonts: Remove unused fonts
This commit is contained in:
parent
790286afb1
commit
26b932a1cb
1 changed files with 0 additions and 6 deletions
|
|
@ -1,18 +1,12 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
atkinson-hyperlegible
|
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
open-sans
|
|
||||||
];
|
];
|
||||||
homebrew.casks = [
|
homebrew.casks = [
|
||||||
"font-chomsky"
|
"font-chomsky"
|
||||||
"font-cormorant-garamond"
|
"font-cormorant-garamond"
|
||||||
"font-crimson-text"
|
"font-crimson-text"
|
||||||
"font-new-york"
|
|
||||||
"font-sf-compact"
|
|
||||||
"font-sf-mono"
|
|
||||||
# "font-sf-pro"
|
|
||||||
"font-unifrakturmaguntia"
|
"font-unifrakturmaguntia"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue