🔨 Make italics-hack the default option with ability to turn it off

This commit is contained in:
kiliman
2020-05-13 08:23:09 -04:00
parent 321486d19e
commit e692fcfbf8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ build_font() {
}
flags=
if [ "$1" = "--italics-hack" ]
if [ "$1" = "--italics-hack-off" ]
then
flags=$1
shift