Try to standardize font size

This commit is contained in:
2021-10-22 22:40:58 +02:00
parent 74e645dd96
commit abb78d6248
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
font_size: 11 font_size: 12
letter_space: 0 letter_space: 0
users: users:

View File

@@ -1,4 +1,4 @@
font_size: 11 font_size: 12
letter_space: 0 letter_space: 0
users: users:

View File

@@ -150,7 +150,7 @@ font:
style: Bold Italic style: Bold Italic
# Point size # Point size
size: {{ machine.font_size }} size: {{ machine.font_size|int - 3 }}
# Offset is the extra space around each character. `offset.y` can be thought # Offset is the extra space around each character. `offset.y` can be thought
# of as modifying the line spacing, and `offset.x` as modifying the letter # of as modifying the line spacing, and `offset.x` as modifying the letter

View File

@@ -3,7 +3,7 @@
gtk-theme-name="Breeze" gtk-theme-name="Breeze"
gtk-icon-theme-name="breeze-dark" gtk-icon-theme-name="breeze-dark"
gtk-font-name="DejaVu Sans {{ machine.font_size|int - 2 }}" gtk-font-name="DejaVu Sans {{ machine.font_size| int - 2 }}"
gtk-cursor-theme-name="breeze_cursors" gtk-cursor-theme-name="breeze_cursors"
gtk-cursor-theme-size=0 gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-style=GTK_TOOLBAR_BOTH