diff options
Diffstat (limited to 'waf.css')
-rwxr-xr-x | waf.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -37,3 +37,7 @@ body, div.sectionbody, div#toctitle { font-family: 'Lucida Grande', Verdana, Arial, sans-serif; } +.monospaced, code, pre { + font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; +} + |