This commit is contained in:
Niels Serup 2012-06-27 20:05:24 +02:00
parent cd9c2221ad
commit 5ff35968e0
2 changed files with 9 additions and 12 deletions

View File

@ -5,8 +5,9 @@
} }
body { body {
font-family: 'Dejavu Sans', 'Nimbus Sans', Helvetica, Arial, Verdana, sans-serif; font-family: 'Dejavu Sans', 'Nimbus Sans', Helvetica, Arial, Verdana, sans-serif;
color: #000; font-size: 0.875em;
color: #000;
} }
#bodyend { #bodyend {

View File

@ -101,21 +101,17 @@ metanohi is only available in English.
** Font size ** Font size
The font sizes on metanohi are based on your default font size. Read more The font sizes on metanohi are based on your default font size. Read more [[/writings/css-failings][here]].
here.
To change your default font size in the <a href='http://conkeror.org/'>Conkeror To change your default font size in the [[http://conkeror.org/][Conkeror]] web browser, put this in your
web browser</a>, put this in your .conkerorrc: .conkerorrc:
#+BEGIN_SRC javascript #+BEGIN_SRC javascript
session_pref("font.size.variable.x-western", YOUR_FONT_SIZE_HERE); session_pref("font.size.variable.x-western", YOUR_FONT_SIZE_HERE);
#+END_SRC #+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 It's probably just as easy to change in other web browsers.
session_pref("font.size.variable.x-western", 14);
#+END_SRC
It's probably just as easy in other web browsers.