fixed font issue.
This commit is contained in:
parent
2a1fde4cbe
commit
87d03359bd
|
@ -113,7 +113,7 @@ font:
|
||||||
# - (macOS) Menlo
|
# - (macOS) Menlo
|
||||||
# - (Linux/BSD) Hack
|
# - (Linux/BSD) Hack
|
||||||
# - (Windows) Consolas
|
# - (Windows) Consolas
|
||||||
family: Hack
|
family: Hack Nerd Font
|
||||||
|
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
style: Regular
|
style: Regular
|
||||||
|
@ -124,7 +124,6 @@ font:
|
||||||
#
|
#
|
||||||
# If the bold family is not specified, it will fall back to the
|
# If the bold family is not specified, it will fall back to the
|
||||||
# value specified for the normal font.
|
# value specified for the normal font.
|
||||||
family: Hack
|
|
||||||
|
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
style: Bold
|
style: Bold
|
||||||
|
@ -135,18 +134,16 @@ font:
|
||||||
#
|
#
|
||||||
# If the italic family is not specified, it will fall back to the
|
# If the italic family is not specified, it will fall back to the
|
||||||
# value specified for the normal font.
|
# value specified for the normal font.
|
||||||
family: Hack
|
|
||||||
|
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
style: Italic
|
style: Italic
|
||||||
|
|
||||||
# Bold italic font face
|
# Bold italic font face
|
||||||
#bold_italic:
|
bold_italic:
|
||||||
# Font family
|
# Font family
|
||||||
#
|
#
|
||||||
# If the bold italic family is not specified, it will fall back to the
|
# If the bold italic family is not specified, it will fall back to the
|
||||||
# value specified for the normal font.
|
# value specified for the normal font.
|
||||||
family: Hack
|
|
||||||
|
|
||||||
# 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
|
||||||
|
|
|
@ -176,7 +176,7 @@
|
||||||
alias ll='ls -l'
|
alias ll='ls -l'
|
||||||
alias say='espeak -v default -p 10 -s 150 -a 200 2> /dev/null'
|
alias say='espeak -v default -p 10 -s 150 -a 200 2> /dev/null'
|
||||||
alias tmux='tmux -u'
|
alias tmux='tmux -u'
|
||||||
alias pdfmk='latexmk -pdf -pvc'
|
alias pdfmk='latexmk -pdfxe -pvc'
|
||||||
# needs to have a number immediately after it.
|
# needs to have a number immediately after it.
|
||||||
alias slideshow='feh --full-screen --randomize --auto-zoom --recursive --slideshow-delay'
|
alias slideshow='feh --full-screen --randomize --auto-zoom --recursive --slideshow-delay'
|
||||||
# converts all .doc and .docx files in the local directory to pdfs using libreoffice
|
# converts all .doc and .docx files in the local directory to pdfs using libreoffice
|
||||||
|
|
Loading…
Reference in a new issue