File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -430,7 +430,9 @@ _get_iso8601(){
430
430
}
431
431
432
432
# font selection
433
- if [[ -f " /Library/Fonts/Andale Mono.ttf" ]] ; then
433
+ if [[ -n " ${DVRESCUE_FONT} " ]] ; then
434
+ DEFAULTFONT=" ${DVRESCUE_FONT} "
435
+ elif [[ -f " /Library/Fonts/Andale Mono.ttf" ]] ; then
434
436
DEFAULTFONT=" /Library/Fonts/Andale Mono.ttf"
435
437
elif [[ -f " /System/Library/Fonts/Supplemental/Andale Mono.ttf" ]] ; then
436
438
DEFAULTFONT=" /System/Library/Fonts/Supplemental/Andale Mono.ttf"
Original file line number Diff line number Diff line change @@ -28,7 +28,9 @@ _report(){
28
28
29
29
outputdir=" samples"
30
30
31
- if [[ -f " /Library/Fonts/Andale Mono.ttf" ]] ; then
31
+ if [[ -n " ${DVRESCUE_FONT} " ]] ; then
32
+ DEFAULTFONT=" ${DVRESCUE_FONT} "
33
+ elif [[ -f " /Library/Fonts/Andale Mono.ttf" ]] ; then
32
34
DEFAULTFONT=" /Library/Fonts/Andale Mono.ttf"
33
35
elif [[ -f " /System/Library/Fonts/Supplemental/Andale Mono.ttf" ]] ; then
34
36
DEFAULTFONT=" /System/Library/Fonts/Supplemental/Andale Mono.ttf"
You can’t perform that action at this time.
0 commit comments