CSS fix.
This commit is contained in:
parent
cd9c2221ad
commit
5ff35968e0
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: 'Dejavu Sans', 'Nimbus Sans', Helvetica, Arial, Verdana, sans-serif;
|
font-family: 'Dejavu Sans', 'Nimbus Sans', Helvetica, Arial, Verdana, sans-serif;
|
||||||
|
font-size: 0.875em;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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.
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue