Kitty can now work with Roboto.
This commit is contained in:
parent
e09ebda7f0
commit
5a3de5e190
12
_desktop/fontconfig/fonts.conf
Normal file
12
_desktop/fontconfig/fonts.conf
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
<match target="scan">
|
||||
<test name="family">
|
||||
<string>RobotoMono Nerd Font</string>
|
||||
</test>
|
||||
<edit name="spacing">
|
||||
<int>90</int>
|
||||
</edit>
|
||||
</match>
|
||||
</fontconfig>
|
@ -1,34 +1,8 @@
|
||||
font_family JetBrains Mono Medium Nerd Font Complete
|
||||
bold_font JetBrains Mono Bold Nerd Font Complete
|
||||
italic_font JetBrains Mono Medium Italic Nerd Font Complete
|
||||
bold_italic_font JetBrains Mono Bold Italic Nerd Font Complete
|
||||
font_family Roboto Mono Medium Nerd Font Complete
|
||||
bold_font Roboto Mono Bold Nerd Font Complete
|
||||
italic_font Roboto Mono Medium Italic Nerd Font Complete
|
||||
bold_italic_font Roboto Mono Bold Italic Nerd Font Complete
|
||||
font_size 11
|
||||
adjust_line_height 0
|
||||
adjust_column_width 0
|
||||
|
||||
#: Change the size of each character cell kitty renders. You can use
|
||||
#: either numbers, which are interpreted as pixels or percentages
|
||||
#: (number followed by %), which are interpreted as percentages of the
|
||||
#: unmodified values. You can use negative pixels or percentages less
|
||||
#: than 100% to reduce sizes (but this might cause rendering
|
||||
#: artifacts).
|
||||
|
||||
adjust_baseline 0
|
||||
|
||||
#: Adjust the vertical alignment of text (the height in the cell at
|
||||
#: which text is positioned). You can use either numbers, which are
|
||||
#: interpreted as pixels or a percentages (number followed by %),
|
||||
#: which are interpreted as the percentage of the line height. A
|
||||
#: positive value moves the baseline up, and a negative value moves
|
||||
#: them down. The underline and strikethrough positions are adjusted
|
||||
#: accordingly.
|
||||
|
||||
box_drawing_scale 0.001, 1, 1.5, 2
|
||||
|
||||
#: Change the sizes of the lines used for the box drawing unicode
|
||||
#: characters These values are in pts. They will be scaled by the
|
||||
#: monitor DPI to arrive at a pixel value. There must be four values
|
||||
#: corresponding to thin, normal, thick, and very thick lines.
|
||||
cursor #c7c7c7
|
||||
cursor_text_color #161616
|
||||
cursor_shape beam
|
||||
|
Loading…
Reference in New Issue
Block a user