conkeror: Change hints font
This commit is contained in:
parent
86e131b856
commit
11183df017
1 changed files with 13 additions and 0 deletions
|
@ -277,5 +277,18 @@ function read_url_local_port_handler(input)
|
||||||
read_url_handler_list = [read_url_local_port_handler,
|
read_url_handler_list = [read_url_local_port_handler,
|
||||||
read_url_github_command_handler];
|
read_url_github_command_handler];
|
||||||
|
|
||||||
|
register_user_stylesheet(
|
||||||
|
"data:text/css," +
|
||||||
|
escape(
|
||||||
|
"@namespace url(\"http://www.w3.org/1999/xhtml\");\n" +
|
||||||
|
"span.__conkeror_hint {\n" +
|
||||||
|
" font-family: \"Envy Code R\" !important;\n" +
|
||||||
|
" font-size: 12px !important;\n" +
|
||||||
|
" line-height: 12px !important;\n" +
|
||||||
|
" padding: 0 2px !important;\n" +
|
||||||
|
"}"
|
||||||
|
)
|
||||||
|
);
|
||||||
|
|
||||||
oni_add_sheet("github.css");
|
oni_add_sheet("github.css");
|
||||||
oni_add_sheet("help.css");
|
oni_add_sheet("help.css");
|
||||||
|
|
Loading…
Reference in a new issue