Set vostok terminal font size

This commit is contained in:
2021-04-07 16:24:43 +02:00
parent 87d015bbbf
commit 7769c77c9e

View File

@ -68,7 +68,7 @@ font:
{% if hostname == 'sputnik' %} {% if hostname == 'sputnik' %}
size: 11.0 size: 11.0
{% else if hostname == 'vostok' %} {% else if hostname == 'vostok' %}
size: 11.0 size: 10.0
{% else %} {% else %}
size: 11.0 size: 11.0
{% end if %} {% end if %}