fonts may or may not be fixed

This commit is contained in:
Reid 2024-04-02 19:53:23 -07:00
parent a6db96fb0a
commit 4465048b41
3 changed files with 41 additions and 39 deletions

View file

@ -31,8 +31,8 @@ in {
config.initial_rows = 40
config.window_frame = {
font = wezterm.font '${fonts.sans.family}',
font_size = ${toString fonts.sans.size}
font = wezterm.font '${fonts.sansSerif.family}',
font_size = ${toString fonts.sansSerif.size}
}
return config