summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-08-25 21:04:19 +0200
committerGravatar Tom Willemse2013-08-25 21:04:19 +0200
commitfa306aa5bf14049f7a79a076fa57154ffbd869f4 (patch)
treec7a2b935b574f82727fae45b19858d18ac1f5ab0
parentf9f898e5586c58fc7cd4fbef88e3bdebf778a91c (diff)
downloadconkeror-fa306aa5bf14049f7a79a076fa57154ffbd869f4.tar.gz
conkeror-fa306aa5bf14049f7a79a076fa57154ffbd869f4.zip
Use PT mono font
-rw-r--r--.conkerorrc/themes/yoshi/minibuffer.css4
-rw-r--r--.conkerorrc/themes/yoshi/mode-line.css2
2 files changed, 3 insertions, 3 deletions
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 {
diff --git a/.conkerorrc/themes/yoshi/mode-line.css b/.conkerorrc/themes/yoshi/mode-line.css
index 74c27b6..81ba3f7 100644
--- a/.conkerorrc/themes/yoshi/mode-line.css
+++ b/.conkerorrc/themes/yoshi/mode-line.css
@@ -1,5 +1,5 @@
.mode-line {
- font: 16px "Liberation Mono";
+ font: 16px "PT Mono";
padding: 0px;
border: none;
color: #EEEEEC;