diff --git a/styles/quakeforge.css b/styles/quakeforge.css index cc054fc..7742bb3 100644 --- a/styles/quakeforge.css +++ b/styles/quakeforge.css @@ -53,7 +53,7 @@ TABLE.featureBox TD.inside { H1,H2,H3,H4,H5,H6 { font-family: Arial, Helvetica, sans-serif; } DL,DT,DD { font-family: Arial, Helvetica, sans-serif; } -PRE,TT,CODE { font-family: "Courier New", Courier, sans-serif; } +PRE,TT,CODE { font-family: "Courier New", Courier, monospace; } /* Links */ A { color: rgb(170,170,255); text-decoration: none; } A:visited { color: rgb(170,170,255); text-decoration: none; }