Try to standardize font size
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
font_size: 11
|
||||
font_size: 12
|
||||
letter_space: 0
|
||||
|
||||
users:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
font_size: 11
|
||||
font_size: 12
|
||||
letter_space: 0
|
||||
|
||||
users:
|
||||
|
||||
@@ -150,7 +150,7 @@ font:
|
||||
style: Bold Italic
|
||||
|
||||
# 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
|
||||
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
gtk-theme-name="Breeze"
|
||||
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-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
|
||||
Reference in New Issue
Block a user