|
|
@ -27,7 +27,7 @@ font: |
|
|
|
# Normal (roman) font face |
|
|
|
# Normal (roman) font face |
|
|
|
normal: |
|
|
|
normal: |
|
|
|
|
|
|
|
|
|
|
|
family: IBM Plex Mono |
|
|
|
family: Fira Code |
|
|
|
|
|
|
|
|
|
|
|
# The `style` can be specified to pick a specific face. |
|
|
|
# The `style` can be specified to pick a specific face. |
|
|
|
style: Regular |
|
|
|
style: Regular |
|
|
@ -35,7 +35,7 @@ font: |
|
|
|
# Bold font face |
|
|
|
# Bold font face |
|
|
|
bold: |
|
|
|
bold: |
|
|
|
|
|
|
|
|
|
|
|
family: IBM Plex Mono |
|
|
|
family: Fira Code |
|
|
|
|
|
|
|
|
|
|
|
# The `style` can be specified to pick a specific face. |
|
|
|
# The `style` can be specified to pick a specific face. |
|
|
|
style: Bold |
|
|
|
style: Bold |
|
|
@ -48,13 +48,13 @@ font: |
|
|
|
# Bold italic font face |
|
|
|
# Bold italic font face |
|
|
|
bold_italic: |
|
|
|
bold_italic: |
|
|
|
|
|
|
|
|
|
|
|
family: IBM Plex Mono |
|
|
|
family: Fira Code |
|
|
|
|
|
|
|
|
|
|
|
# The `style` can be specified to pick a specific face. |
|
|
|
# The `style` can be specified to pick a specific face. |
|
|
|
style: Bold Italic |
|
|
|
style: Bold Italic |
|
|
|
|
|
|
|
|
|
|
|
# Point size |
|
|
|
# Point size |
|
|
|
size: 11 |
|
|
|
size: 7 |
|
|
|
|
|
|
|
|
|
|
|
# Offset is the extra space around each character. `offset.y` can be thought of |
|
|
|
# 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 spacing. |
|
|
|
# as modifying the line spacing, and `offset.x` as modifying the letter spacing. |
|
|
|