diff options
Diffstat (limited to 'protoype/public/stylesheets/style.css')
-rw-r--r-- | protoype/public/stylesheets/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protoype/public/stylesheets/style.css b/protoype/public/stylesheets/style.css index 73d1927..9006e00 100644 --- a/protoype/public/stylesheets/style.css +++ b/protoype/public/stylesheets/style.css @@ -1,6 +1,6 @@ body { padding: 10px; - font: 12px "Lucida Grande", Helvetica, Arial, sans-serif; + font: 12px sans-serif; } a { |