Fixup the font selector

This commit is contained in:
David Heinemeier Hansson
2024-06-03 14:31:35 -07:00
parent 4bc282ec6a
commit 95dda8b1b0
3 changed files with 21 additions and 14 deletions

View File

@ -0,0 +1,4 @@
[font]
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
bold = { family = "JetBrainsMono Nerd Font", style = "Bold" }
italic = { family = "JetBrainsMono Nerd Font", style = "Italic" }

View File

@ -0,0 +1,4 @@
[font]
normal = { family = "MesloLGLDZ Nerd Font", style = "Regular" }
bold = { family = "MesloLGLDZ Nerd Font", style = "Bold" }
italic = { family = "MesloLGLDZ Nerd Font", style = "Italic" }