From 69006a55f6a75e5c9bd24374dc2c218b962679e4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 10 Mar 2014 17:22:29 +0100 Subject: Use fantasque sans mono for hints --- .conkerorrc/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.conkerorrc/init.js b/.conkerorrc/init.js index 8d8d0a8..1252a32 100644 --- a/.conkerorrc/init.js +++ b/.conkerorrc/init.js @@ -272,7 +272,7 @@ register_user_stylesheet( escape( "@namespace url(\"http://www.w3.org/1999/xhtml\");\n" + "span.__conkeror_hint {\n" + - " font-family: \"Envy Code R\" !important;\n" + + " font-family: \"Fantasque Sans Mono\" !important;\n" + " font-size: 12px !important;\n" + " line-height: 12px !important;\n" + " padding: 0 2px !important;\n" + -- cgit v1.2.3-54-g00ecf