답변:
구성 GUI가 비단 일 글꼴 을 필터링하는 것 같습니다 .
해결 방법은 dconf
직접 글꼴을 설정하는 데 사용 하는 것입니다.
# get your profile id
dconf list '/org/gnome/terminal/legacy/profiles:/'
# get your current font
dconf read '/org/gnome/terminal/legacy/profiles:/:PROFILE_ID/font'
# set the font, make sure you include those single quotes
dconf write '/org/gnome/terminal/legacy/profiles:/:PROFILE_ID/font' "'FreeMono 18'"