Всем салют.
Помогите, плз, решить проблемку или подскажите куда смотреть/копать.
Настраиваю внешний вид Vimperatora, в целом всё устраивает:
Но не устраивают шрифты на сайтах, хочу использовать свои, поэтому запрещаю ФФ юзать стороннии шрифты:
В итоге ФФ в табах и в статус-баре заменяет мой любимый Terminus на Play:
Сайт теперь отображается нормально (юзает мои шрифты), но интерфейс браузера не хочет показывать Терминус...
Вот мой .vimperatorrc:
"Don't go into insert mode when loading a page
set focuscontent
"default search/suggest engine: google
set defsearch=google
"set suggestengines=google
set complete=l
set gui=none,tabs
set noscrollbars
set hintchars=qwerasdfzxcv
set maxitems=5
set editor="urxvt -e vim"
map <C-Right> gt
map <C-Left> gT
" = Style settings =
" == Colors settings ==
hi Normal color: #303030; background: #F0D0A0;
hi StatusLine color: #303030; background: #F0D0A0; height: 20px;
hi CmdLine color: #303030; background: #F0D0A0;
hi CompTitle color: #303030; background: #F0D0A0;
hi CompItem color: #E0E0E0; background: #303030;
hi CompItem[selected] color: #F0D0A0; background: #505070;
hi CompIcon visibility: hidden;
hi ErrorMsg color: #E0E0E0; background: #A02020; font-family: Terminus;
hi ModeMsg color: #E0E0E0; background: #40B040; font-family: Terminus;
" == Font settings ==
hi! Normal -a font: bold 14pt Terminus;
hi! CmdLine>* -a font: bold 14pt Terminus;
hi! CompDesc -a font-family: Terminus;
hi! CompResult -a font-family: Terminus;
hi! StatusLine -a font: bold 14pt Terminus;
Подскажите, что я делаю не так. В Вимператоре я новичок, поэтому, если можно, с подробностями.
Спасибо.