CSS fix.
This commit is contained in:
parent
cd9c2221ad
commit
5ff35968e0
|
@ -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 {
|
||||
|
|
|
@ -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 <a href='http://conkeror.org/'>Conkeror
|
||||
web browser</a>, 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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue