mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-21 23:23:34 +00:00
chore: stupid fonts
This commit is contained in:
parent
d27f63fb7a
commit
066d0871bb
2 changed files with 12 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
font_family mnts.dev
|
||||
bold_font mnts.dev Bold
|
||||
italic_font mnts.dev Medium Italic
|
||||
font_family mnts.dev Regular
|
||||
bold_font mnts.dev
|
||||
italic_font mnts.dev Italic
|
||||
bold_italic_font mnts.dev Bold Italic
|
||||
|
||||
disable_ligatures never
|
||||
|
|
9
scripts/fonts-test.sh
Executable file
9
scripts/fonts-test.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo -e "\e[0mdefault\e[0m"
|
||||
echo -e "\e[1mbold\e[0m"
|
||||
echo -e "\e[3mitalic\e[0m"
|
||||
echo -e "\e[3m\e[1mbold italic\e[0m"
|
||||
echo -e "\e[4munderline\e[0m"
|
||||
echo -e "\e[9mstrikethrough\e[0m"
|
||||
echo -e "\e[31mHello World\e[0m"
|
Loading…
Reference in a new issue