# HG changeset patch # User mojin # Date 1217409859 -32400 # Node ID a05cb25996646af4c4e0dec7501b5f12856b8ad5 # Parent 4431fee1478b9aa841346e10a1e634471e759a13 remove specific font set from font setting and specify generic name such as sans, sans-serif and monospace diff -r 4431fee1478b -r a05cb2599664 default.css --- a/default.css Wed Jul 30 18:05:08 2008 +0900 +++ b/default.css Wed Jul 30 18:24:19 2008 +0900 @@ -27,13 +27,13 @@ body { background: #EEE url(img/bg.gif); color: #444; - font: normal 85% "Lucida Sans Unicode",sans-serif; + font: normal 85% sans-serif; margin: 0; } input { color: #555; - font: normal 1.1em "Lucida Sans Unicode",sans-serif; + font: normal 1.1em sans-serif; } p { @@ -64,13 +64,14 @@ margin-bottom: 12px; padding: 8px 10px; white-space: pre; + font-family: monospace; } cite { background: url(img/quote.gif) no-repeat; color: #666; display: block; - font: normal 1.3em "Lucida Sans Unicode",serif; + font: normal 1.3em serif; padding-left: 28px; } @@ -115,7 +116,7 @@ background-color: #4A91C3; color: #FFF; float: left; - font: bold 1.2em "Trebuchet MS",sans-serif; + font: bold 1.2em sans-serif; padding: 8px 0; width: 19%; border-right: 1px solid #FFF;