User talk:Pete: Difference between revisions

From FrathWiki
Jump to navigationJump to search
(New page: .)
 
No edit summary
 
Line 1: Line 1:
.
Pete, I moved PNR to PNR (MGR) and converted your group labels to level 5 headings, which is both better markup practice (headings should be marked up as headings) and leaves bold/italics free for linguistic citation and emphasis purposes.
 
I suggest adding the following CSS code to [[User:Pete/monobook.css]]:
 
<pre>
body {font-family: serif !important;}
h1, h2, h3, h4, h5, h6 {font-family: sans-serif !important;}
</pre>
 
Improved readabilty and preserved sanity in the bargain!
 
or even better download the DejaVu fonts (see [[Help:Free Unicode fonts]]) and make it
 
<pre>
body {font-family: "DejaVu Serif" !important;}
h1, h2, h3, h4, h5, h6 {font-family: "DejaVu Sans" !important;}
</pre>
 
BTW you might want to set font-size to something sane as well!
[[User:Melroch|BPJ]] 08:47, 20 July 2008 (UTC)

Latest revision as of 00:47, 20 July 2008

Pete, I moved PNR to PNR (MGR) and converted your group labels to level 5 headings, which is both better markup practice (headings should be marked up as headings) and leaves bold/italics free for linguistic citation and emphasis purposes.

I suggest adding the following CSS code to User:Pete/monobook.css:

body {font-family: serif !important;}
h1, h2, h3, h4, h5, h6 {font-family: sans-serif !important;}

Improved readabilty and preserved sanity in the bargain!

or even better download the DejaVu fonts (see Help:Free Unicode fonts) and make it

body {font-family: "DejaVu Serif" !important;}
h1, h2, h3, h4, h5, h6 {font-family: "DejaVu Sans" !important;}

BTW you might want to set font-size to something sane as well! BPJ 08:47, 20 July 2008 (UTC)