fonts: update to tx-02
This commit is contained in:
parent
d52d54d5aa
commit
21cfb20268
22 changed files with 22 additions and 2 deletions
|
@ -20,6 +20,25 @@ let
|
|||
'';
|
||||
};
|
||||
|
||||
tx-02 = pkgs.stdenvNoCC.mkDerivation {
|
||||
pname = "tx-02";
|
||||
version = "2.002";
|
||||
|
||||
src = ../../../secret/fonts/TX-02;
|
||||
|
||||
dontPatch = true;
|
||||
dontConfigure = true;
|
||||
dontBuild = true;
|
||||
doCheck = false;
|
||||
dontFixup = true;
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
install -Dm644 -t $out/share/fonts/opentype/ *.otf
|
||||
runHook postInstall
|
||||
'';
|
||||
};
|
||||
|
||||
nerdfonts = pkgs.stdenvNoCC.mkDerivation {
|
||||
pname = "nerdfonts";
|
||||
version = "3.3.0";
|
||||
|
@ -45,5 +64,6 @@ in
|
|||
jetbrains-mono
|
||||
nerdfonts
|
||||
noto-fonts
|
||||
tx-02
|
||||
];
|
||||
}
|
||||
|
|
|
@ -196,7 +196,7 @@
|
|||
:tab_max_width 42
|
||||
:window_frame {:active_titlebar_bg colors.frame-background
|
||||
:inactive_titlebar_bg colors.frame-background
|
||||
:font (wezterm.font {:family "Berkeley Mono"
|
||||
:font (wezterm.font {:family :TX-02
|
||||
:weight :Regular
|
||||
:harfbuzz_features disable-ligatures-flags})
|
||||
:font_size 11}
|
||||
|
@ -207,7 +207,7 @@
|
|||
:new_tab_hover {:bg_color colors.hover-background
|
||||
:fg_color colors.hover-foreground}}}
|
||||
;; Fonts
|
||||
:font (wezterm.font_with_fallback ["Berkeley Mono"
|
||||
:font (wezterm.font_with_fallback [:TX-02
|
||||
"Symbols Nerd Font"
|
||||
"Apple Symbols"
|
||||
"Apple Color Emoji"
|
||||
|
|
BIN
secret/fonts/TX-02/TX-02-Black-Oblique.otf
Normal file
BIN
secret/fonts/TX-02/TX-02-Black-Oblique.otf
Normal file
Binary file not shown.
BIN
secret/fonts/TX-02/TX-02-Black.otf
Normal file
BIN
secret/fonts/TX-02/TX-02-Black.otf
Normal file
Binary file not shown.
BIN
secret/fonts/TX-02/TX-02-Bold-Oblique.otf
Normal file
BIN
secret/fonts/TX-02/TX-02-Bold-Oblique.otf
Normal file
Binary file not shown.
BIN
secret/fonts/TX-02/TX-02-Bold.otf
Normal file
BIN
secret/fonts/TX-02/TX-02-Bold.otf
Normal file
Binary file not shown.
BIN
secret/fonts/TX-02/TX-02-ExtraBold-Oblique.otf
Normal file
BIN
secret/fonts/TX-02/TX-02-ExtraBold-Oblique.otf
Normal file
Binary file not shown.
BIN
secret/fonts/TX-02/TX-02-ExtraBold.otf
Normal file
BIN
secret/fonts/TX-02/TX-02-ExtraBold.otf
Normal file
Binary file not shown.
BIN
secret/fonts/TX-02/TX-02-ExtraLight-Oblique.otf
Normal file
BIN
secret/fonts/TX-02/TX-02-ExtraLight-Oblique.otf
Normal file
Binary file not shown.
BIN
secret/fonts/TX-02/TX-02-ExtraLight.otf
Normal file
BIN
secret/fonts/TX-02/TX-02-ExtraLight.otf
Normal file
Binary file not shown.
BIN
secret/fonts/TX-02/TX-02-Light-Oblique.otf
Normal file
BIN
secret/fonts/TX-02/TX-02-Light-Oblique.otf
Normal file
Binary file not shown.
BIN
secret/fonts/TX-02/TX-02-Light.otf
Normal file
BIN
secret/fonts/TX-02/TX-02-Light.otf
Normal file
Binary file not shown.
BIN
secret/fonts/TX-02/TX-02-Medium-Oblique.otf
Normal file
BIN
secret/fonts/TX-02/TX-02-Medium-Oblique.otf
Normal file
Binary file not shown.
BIN
secret/fonts/TX-02/TX-02-Medium.otf
Normal file
BIN
secret/fonts/TX-02/TX-02-Medium.otf
Normal file
Binary file not shown.
BIN
secret/fonts/TX-02/TX-02-Oblique.otf
Normal file
BIN
secret/fonts/TX-02/TX-02-Oblique.otf
Normal file
Binary file not shown.
BIN
secret/fonts/TX-02/TX-02-Regular.otf
Normal file
BIN
secret/fonts/TX-02/TX-02-Regular.otf
Normal file
Binary file not shown.
BIN
secret/fonts/TX-02/TX-02-SemiBold-Oblique.otf
Normal file
BIN
secret/fonts/TX-02/TX-02-SemiBold-Oblique.otf
Normal file
Binary file not shown.
BIN
secret/fonts/TX-02/TX-02-SemiBold.otf
Normal file
BIN
secret/fonts/TX-02/TX-02-SemiBold.otf
Normal file
Binary file not shown.
BIN
secret/fonts/TX-02/TX-02-SemiLight-Oblique.otf
Normal file
BIN
secret/fonts/TX-02/TX-02-SemiLight-Oblique.otf
Normal file
Binary file not shown.
BIN
secret/fonts/TX-02/TX-02-SemiLight.otf
Normal file
BIN
secret/fonts/TX-02/TX-02-SemiLight.otf
Normal file
Binary file not shown.
BIN
secret/fonts/TX-02/TX-02-Thin-Oblique.otf
Normal file
BIN
secret/fonts/TX-02/TX-02-Thin-Oblique.otf
Normal file
Binary file not shown.
BIN
secret/fonts/TX-02/TX-02-Thin.otf
Normal file
BIN
secret/fonts/TX-02/TX-02-Thin.otf
Normal file
Binary file not shown.
Loading…
Reference in a new issue