summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-03-10 17:22:29 +0100
committerGravatar Tom Willemse2014-03-10 17:22:29 +0100
commit69006a55f6a75e5c9bd24374dc2c218b962679e4 (patch)
tree32a5d033c0f4fa33a1c85dea6953fed8a6723f26
parenta0aa9fb93677c61e6b065be299ecb4f947109983 (diff)
downloadconkeror-69006a55f6a75e5c9bd24374dc2c218b962679e4.tar.gz
conkeror-69006a55f6a75e5c9bd24374dc2c218b962679e4.zip
Use fantasque sans mono for hintsHEADmaster
-rw-r--r--.conkerorrc/init.js2
1 files changed, 1 insertions, 1 deletions
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" +