From 368a0bc42271c5567d3affdc9a2c3f0d6948c5b3 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 2 Nov 2014 15:35:43 +0100 Subject: Change font --- conkeror/.conkerorrc/themes/yoshi/minibuffer.css | 4 ++-- conkeror/.conkerorrc/themes/yoshi/mode-line.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'conkeror/.conkerorrc/themes/yoshi') diff --git a/conkeror/.conkerorrc/themes/yoshi/minibuffer.css b/conkeror/.conkerorrc/themes/yoshi/minibuffer.css index 275e9fa..7fe38d5 100644 --- a/conkeror/.conkerorrc/themes/yoshi/minibuffer.css +++ b/conkeror/.conkerorrc/themes/yoshi/minibuffer.css @@ -5,7 +5,7 @@ background-color: #111113; border: none; color: #EEEEEC; - font: 16px "PT Mono"; + font: 17px "Fantasque Sans 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 "PT Mono"; + font: 17px "Fantasque Sans Mono"; } tree.completions treechildren::-moz-tree-row { diff --git a/conkeror/.conkerorrc/themes/yoshi/mode-line.css b/conkeror/.conkerorrc/themes/yoshi/mode-line.css index 81ba3f7..cb5a3c4 100644 --- a/conkeror/.conkerorrc/themes/yoshi/mode-line.css +++ b/conkeror/.conkerorrc/themes/yoshi/mode-line.css @@ -1,5 +1,5 @@ .mode-line { - font: 16px "PT Mono"; + font: 17px "Fantasque Sans Mono"; padding: 0px; border: none; color: #EEEEEC; -- cgit v1.2.3-54-g00ecf