Change macOS specific font
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
[window]
|
||||
padding = { x = 2, y = 2 }
|
||||
decorations = "Full"
|
||||
opacity = 0.98
|
||||
opacity = 0.90
|
||||
startup_mode = "Windowed"
|
||||
dimensions = { columns = 140, lines = 45 }
|
||||
option_as_alt = "Both"
|
||||
@@ -11,19 +11,19 @@ option_as_alt = "Both"
|
||||
size = 16.0
|
||||
|
||||
[font.normal]
|
||||
family = "Menlo"
|
||||
family = "0xProto Nerd Font"
|
||||
style = "Regular"
|
||||
|
||||
[font.bold]
|
||||
family = "Menlo"
|
||||
family = "0xProto Nerd Font"
|
||||
style = "Bold"
|
||||
|
||||
[font.italic]
|
||||
family = "Menlo"
|
||||
family = "0xProto Nerd Font"
|
||||
style = "Italic"
|
||||
|
||||
[font.bold_italic]
|
||||
family = "Menlo"
|
||||
family = "0xProto Nerd Font"
|
||||
style = "Bold Italic"
|
||||
|
||||
# Colors are now managed by the theme import above
|
||||
|
||||
Reference in New Issue
Block a user