mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 15:43:42 +00:00
Compare commits
2 commits
33be5aad26
...
066d0871bb
Author | SHA1 | Date | |
---|---|---|---|
066d0871bb | |||
d27f63fb7a |
2 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
font_family mnts.dev Regular
|
font_family mnts.dev Regular
|
||||||
bold_font mnts.dev Bold
|
bold_font mnts.dev
|
||||||
italic_font mnts.dev Italic
|
italic_font mnts.dev Italic
|
||||||
bold_italic_font mnts.dev Bold Italic
|
bold_italic_font mnts.dev Bold Italic
|
||||||
|
|
||||||
|
|
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