From 5ff35968e05e56c1c6e9f2a55f1f81d83a030d67 Mon Sep 17 00:00:00 2001 From: Niels Serup Date: Wed, 27 Jun 2012 20:05:24 +0200 Subject: [PATCH] CSS fix. --- prestatic/general.css | 5 +++-- site/about/index.org | 16 ++++++---------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/prestatic/general.css b/prestatic/general.css index ecc1fc7..03f6231 100644 --- a/prestatic/general.css +++ b/prestatic/general.css @@ -5,8 +5,9 @@ } body { - font-family: 'Dejavu Sans', 'Nimbus Sans', Helvetica, Arial, Verdana, sans-serif; - color: #000; + font-family: 'Dejavu Sans', 'Nimbus Sans', Helvetica, Arial, Verdana, sans-serif; + font-size: 0.875em; + color: #000; } #bodyend { diff --git a/site/about/index.org b/site/about/index.org index 11639a2..d416b93 100644 --- a/site/about/index.org +++ b/site/about/index.org @@ -101,21 +101,17 @@ metanohi is only available in English. ** Font size -The font sizes on metanohi are based on your default font size. Read more -here. +The font sizes on metanohi are based on your default font size. Read more [[/writings/css-failings][here]]. -To change your default font size in the Conkeror -web browser, put this in your .conkerorrc: +To change your default font size in the [[http://conkeror.org/][Conkeror]] web browser, put this in your +.conkerorrc: #+BEGIN_SRC javascript session_pref("font.size.variable.x-western", YOUR_FONT_SIZE_HERE); #+END_SRC -For example, I changed the font size from its default at 16 to a more suitable 14: +The default is probably 16 which works fine in metanohi (like other sizes +should do). -#+BEGIN_SRC javascript -session_pref("font.size.variable.x-western", 14); -#+END_SRC - -It's probably just as easy in other web browsers. +It's probably just as easy to change in other web browsers.