User talk:Pete

From FrathWiki
Jump to: navigation, search

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)