summaryrefslogtreecommitdiffstats
path: root/.conkerorrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-02-07 08:55:43 +0100
committerGravatar Tom Willemsen2013-02-07 08:55:43 +0100
commit11183df0170ce9a9aa6ec8daae32bc3ad628b2a4 (patch)
tree1016fd88a4ce5e13a0fb3c2ba02bf2aeba016344 /.conkerorrc
parent86e131b856366a0770053d2cdb258435eb233afa (diff)
downloaddotfiles-11183df0170ce9a9aa6ec8daae32bc3ad628b2a4.tar.gz
dotfiles-11183df0170ce9a9aa6ec8daae32bc3ad628b2a4.zip
conkeror: Change hints font
Diffstat (limited to '.conkerorrc')
-rw-r--r--.conkerorrc/init.js13
1 files changed, 13 insertions, 0 deletions
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");