Closed og900aero closed 11 months ago
Please test it
While @og900aero's toml works, it is also possible to write the toml in a different way:
[font]
size = 12.0
normal = {family = "FiraCode Nerd Font"}
Which will fail to recognize the font and result in Terminal Font: alacritty (12.0pt)
This is the recommended toml format on alacritty.org under the FONT
section
We don't use a toml file parser. It's unable to support the toml syntax fully.
The last fastfetsch doesnt know Alacritty new config file format. Alacritty has new config format "toml" since Alacritty 0.13
Old Alacritty version use yaml config file:
New Alacritty use toml config file: