chore: work-specific display config (non-hidpi)
This commit is contained in:
parent
4b37136a70
commit
b639b23a84
1 changed files with 8 additions and 0 deletions
|
@ -6,7 +6,11 @@
|
|||
#: individual font faces and even specify special fonts for particular
|
||||
#: characters.
|
||||
|
||||
{{ if eq .hosttype "work" -}}
|
||||
font_family Iosevka Term Extralight
|
||||
{{- else -}}
|
||||
font_family Iosevka Term
|
||||
{{- end }}
|
||||
# bold_font auto
|
||||
# italic_font auto
|
||||
# bold_italic_font auto
|
||||
|
@ -24,7 +28,11 @@ font_family Iosevka Term
|
|||
#: italic_font Operator Mono Book Italic
|
||||
#: bold_italic_font Operator Mono Medium Italic
|
||||
|
||||
{{ if eq .hosttype "work" -}}
|
||||
font_size 14.0
|
||||
{{- else -}}
|
||||
font_size 15.0
|
||||
{{- end }}
|
||||
|
||||
#: Font size (in pts).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue