diff --git a/README.md b/README.md
index f81096030..ffa881e6e 100644
--- a/README.md
+++ b/README.md
@@ -69,12 +69,13 @@ you'll need to apply your changes again after restart. I'm working on this one,
## License: MIT
-## Open Source Libraries Used
+## Open Source Software Used
-* Angular.js
-* Angular-slider http://prajwalkman.github.io/angular-slider/
-* Customized Angular-bootstrap
-* HTML5 Boilerplate normalize.css
+* [Angular.js](http://angularjs.org/)
+* [Angular-slider](http://prajwalkman.github.io/angular-slider/)
+* Customised [Angular Bootstrap](http://angular-ui.github.io/bootstrap/)
+* [HTML5 Boilerplate](http://html5boilerplate.com/) normalize.css
+* [OpenSans font](http://www.google.com/fonts/specimen/Open+Sans) by Steve Matteson
## Inspired by
diff --git a/src/main/resources/com/smartcodeltd/jenkinsci/plugins/buildmonitor/BuildMonitorView/main.jelly b/src/main/resources/com/smartcodeltd/jenkinsci/plugins/buildmonitor/BuildMonitorView/main.jelly
index d685a4f13..87ea2e5ee 100644
--- a/src/main/resources/com/smartcodeltd/jenkinsci/plugins/buildmonitor/BuildMonitorView/main.jelly
+++ b/src/main/resources/com/smartcodeltd/jenkinsci/plugins/buildmonitor/BuildMonitorView/main.jelly
@@ -7,18 +7,14 @@
-
-
-
-
-
-
+
+
diff --git a/src/main/webapp/themes/industrial.css b/src/main/webapp/themes/industrial.css
index 857d8f81a..16e048aa7 100644
--- a/src/main/webapp/themes/industrial.css
+++ b/src/main/webapp/themes/industrial.css
@@ -36,6 +36,19 @@
* Colours & Typography
*/
+@font-face {
+ font-family: 'Open Sans';
+ font-style: normal;
+ font-weight: 400;
+ src: local('Open Sans'), local('OpenSans'), url("industrial/open-sans-normal.woff") format('woff');
+}
+@font-face {
+ font-family: 'Open Sans';
+ font-style: normal;
+ font-weight: 700;
+ src: local('Open Sans Bold'), local('OpenSans-Bold'), url("industrial/open-sans-bold.woff") format('woff');
+}
+
html{color:#fff;font-family:'Open sans',sans-serif;font-size:16px;line-height:1.4;}
h1,h2,h3,h4,h5,h6 {
text-align:center;
diff --git a/src/main/webapp/themes/industrial/open-sans-bold.woff b/src/main/webapp/themes/industrial/open-sans-bold.woff
new file mode 100644
index 000000000..a8b5bc261
Binary files /dev/null and b/src/main/webapp/themes/industrial/open-sans-bold.woff differ
diff --git a/src/main/webapp/themes/industrial/open-sans-normal.woff b/src/main/webapp/themes/industrial/open-sans-normal.woff
new file mode 100644
index 000000000..58e6cb381
Binary files /dev/null and b/src/main/webapp/themes/industrial/open-sans-normal.woff differ