From fa306aa5bf14049f7a79a076fa57154ffbd869f4 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 25 Aug 2013 21:04:19 +0200 Subject: Use PT mono font --- .conkerorrc/themes/yoshi/minibuffer.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.conkerorrc/themes/yoshi/minibuffer.css') diff --git a/.conkerorrc/themes/yoshi/minibuffer.css b/.conkerorrc/themes/yoshi/minibuffer.css index d474165..275e9fa 100644 --- a/.conkerorrc/themes/yoshi/minibuffer.css +++ b/.conkerorrc/themes/yoshi/minibuffer.css @@ -5,7 +5,7 @@ background-color: #111113; border: none; color: #EEEEEC; - font: 16px "Liberation Mono"; + font: 16px "PT Mono"; } #minibuffer-input, #minibuffer-input * { @@ -27,7 +27,7 @@ tree.completions { background-color: #111113 !important; -moz-border-top-colors: -moz-initial !important; color: #EEEEEC !important; - font: 18px "Liberation Mono"; + font: 18px "PT Mono"; } tree.completions treechildren::-moz-tree-row { -- cgit v1.2.3-54-g00ecf