diff options
-rwxr-xr-x | local.css | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -2,6 +2,27 @@ /* Add local styling here, instead of modifying style.css. */ +/* Fonts */ +body { + font-family: "Trebuchet MS", + "Luxi Sans", + "Bitstream Vera Sans", + "Tahoma", + "Verdana", + "Helvetica", + "Arial", + sans-serif; + font-size: 100.01%; +} + +pre, tt, code { + font-family: "Bitstream Vera Sans Mono", + "Luxi Mono", + "Courier New", + "Courier", + monospace; +} + /* Tables */ table { |