Compare commits

...

2 commits

Author SHA1 Message Date
066d0871bb
chore: stupid fonts 2024-04-19 14:25:03 +02:00
d27f63fb7a
feat: use medium font 2024-04-19 14:02:00 +02:00
2 changed files with 10 additions and 1 deletions

View file

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

9
scripts/fonts-test.sh Executable file
View 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"