Change font

This commit is contained in:
Tobias Ostner 2024-10-04 10:41:29 +02:00
parent 6539218c88
commit a77822c5cb
2 changed files with 45 additions and 35 deletions

View file

@ -269,7 +269,7 @@
:default-weight semilight :default-weight semilight
:default-height 250) :default-height 250)
(t (t
:default-family "Cascadia Code" :default-family "Fira Code"
:default-weight regular :default-weight regular
:default-height 130 :default-height 130
:fixed-pitch-height 1.0 :fixed-pitch-height 1.0
@ -341,8 +341,18 @@
"<|||" "<|>" "<$" "<$>" "<+" "<+>" "<=" "<>" "<<" "<<=" "<<<" "<~" "<|||" "<|>" "<$" "<$>" "<+" "<+>" "<=" "<>" "<<" "<<=" "<<<" "<~"
"<~>" "<~~" "</" "</>" "~-" "~@" "~=" "~>" "~~" "~~>" "^=" "%%" "<~>" "<~~" "</" "</>" "~-" "~@" "~=" "~>" "~~" "~~>" "^=" "%%"
"->" "-->" "--->" "<-" "<--" "<---")) "->" "-->" "--->" "<-" "<--" "<---"))
(t ((string= font-family "Fira Code")
'())))) '("www" "**" "***" "**/" "*>" "*/" "\\\\" "\\\\\\" "{-" "[]" "::"
":::" ":=" "!!" "!=" "!==" "-}" "--" "---" "-->" "->" "->>" "-<"
"-<<" "-~" "#{" "#[" "##" "###" "####" "#(" "#?" "#_" "#_(" ".-"
".=" ".." "..<" "..." "?=" "??" ";;" "/*" "/**" "/=" "/==" "/>"
"//" "///" "&&" "||" "||=" "|=" "|>" "^=" "$>" "++" "+++" "+>"
"=:=" "==" "===" "==>" "=>" "=>>" "<=" "=<<" "=/=" ">-" ">=" ">=>"
">>" ">>-" ">>=" ">>>" "<*" "<*>" "<|" "<|>" "<$" "<$>" "<!--"
"<-" "<--" "<->" "<+" "<+>" "<=" "<==" "<=>" "<=<" "<>" "<<" "<<-"
"<<=" "<<<" "<~" "<~~" "</" "</>" "~@" "~-" "~=" "~>" "~~" "~~>"
"%%" "x" ":" "+" "+" "*"))
(t '()))))
(ligature-set-ligatures 'prog-mode ligatures))) (ligature-set-ligatures 'prog-mode ligatures)))
(to/set-ligatures-for-font (face-attribute 'default :family)) (to/set-ligatures-for-font (face-attribute 'default :family))

View file

@ -1,4 +1,4 @@
font_family Cascadia Code font_family Fira Code
font_size 13.0 font_size 13.0
hide_window_decorations yes hide_window_decorations yes
tab_bar_style slant tab_bar_style slant