Skip to content

how to set different fonts for regular and italics #1851

Closed Answered by shivamchandra75
shivamchandra75 asked this question in Q&A
Discussion options

You must be logged in to vote

Neovide Supports font settings in Config file since 0.12.1
upgrade to 0.12.2 since it fixes some font related problems
here is my config file

frame = "buttonless"
[font]
normal = [ "Cascadia Code SemiLight", "Symbols Nerd Font" ]
bold = {family = "Cascadia Code", style="Bold"}
italic = {family = "Cascadia Code SemiLight", style="Italic"}
bold_italic = {family = "Cascadia Code SemiBold", style="Italic"}
size = 20

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by shivamchandra75
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant