Module: website Branch: master Commit: 175e4df90792e091d894d9bd4bd669256e4e55ae URL: http://source.winehq.org/git/website.git/?a=commit;h=175e4df90792e091d894d9b...
Author: Jeremy Newman jnewman@codeweavers.com Date: Wed Jan 20 13:57:23 2016 -0600
use the default font from bootstrap, remove our old design font override
---
css/styles.css | 1 - 1 file changed, 1 deletion(-)
diff --git a/css/styles.css b/css/styles.css index 5771b50..223e76d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -30,7 +30,6 @@ BODY { background-image: url('../images/bg.jpg'); background-repeat: no-repeat; background-attachment: fixed; - font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif; }
/* header sizes */