CSS fix.
This commit is contained in:
		@@ -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.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user