From 11183df0170ce9a9aa6ec8daae32bc3ad628b2a4 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 7 Feb 2013 08:55:43 +0100 Subject: conkeror: Change hints font --- .conkerorrc/init.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to '.conkerorrc') diff --git a/.conkerorrc/init.js b/.conkerorrc/init.js index 6957245..4658eaa 100644 --- a/.conkerorrc/init.js +++ b/.conkerorrc/init.js @@ -277,5 +277,18 @@ function read_url_local_port_handler(input) read_url_handler_list = [read_url_local_port_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("help.css"); -- cgit v1.2.3-54-g00ecf