chore: stupid fonts

This commit is contained in:
Tine 2024-04-19 14:25:03 +02:00
parent d27f63fb7a
commit 066d0871bb
No known key found for this signature in database
2 changed files with 12 additions and 3 deletions

View file

@ -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
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"