Created
November 26, 2024 16:45
-
-
Save MateusTymoniuk/a2c91952c6100afdee64ba482b5ac3a5 to your computer and use it in GitHub Desktop.
Alacritty terminal font
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[font] | |
size = 16.0 | |
[font.bold] | |
family = "Fira Code" | |
style = "Bold" | |
[font.bold_italic] | |
family = "Fira Code" | |
style = "Bold Italic" | |
[font.italic] | |
family = "Fira Code" | |
style = "Italic" | |
[font.normal] | |
family = "Fira Code" | |
style = "Regular" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment