Compare commits

..

No commits in common. "066d0871bb5d2e26731f754052a4d4a503bd1935" and "33be5aad26d08179e6e958021251211ce66eb502" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View file

@ -1,5 +1,5 @@
font_family mnts.dev Regular
bold_font mnts.dev
bold_font mnts.dev Bold
italic_font mnts.dev Italic
bold_italic_font mnts.dev Bold Italic

View file

@ -1,9 +0,0 @@
#!/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"