We're using the theme - it's quite nice, thanks.
Found a minor big that was causing the fonts to not load correctly, since we're using SSL.
in css/bootstrap.css:
- @import url(http:////fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
+ @import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
This allows the browser to select which protocol to use.