diff --git a/app/fonts/taiga.eot b/app/fonts/taiga.eot
index badb203f..261c539c 100644
Binary files a/app/fonts/taiga.eot and b/app/fonts/taiga.eot differ
diff --git a/app/fonts/taiga.svg b/app/fonts/taiga.svg
index 3c4d7715..d153cc16 100644
--- a/app/fonts/taiga.svg
+++ b/app/fonts/taiga.svg
@@ -41,5 +41,5 @@
-
+
diff --git a/app/fonts/taiga.ttf b/app/fonts/taiga.ttf
index a68b2f9c..09a8ebf9 100644
Binary files a/app/fonts/taiga.ttf and b/app/fonts/taiga.ttf differ
diff --git a/app/fonts/taiga.woff b/app/fonts/taiga.woff
index 8c265097..072856de 100644
Binary files a/app/fonts/taiga.woff and b/app/fonts/taiga.woff differ
diff --git a/app/partials/admin-project-values-us-points.jade b/app/partials/admin-project-values-us-points.jade
index b5c5e2fc..d2349584 100644
--- a/app/partials/admin-project-values-us-points.jade
+++ b/app/partials/admin-project-values-us-points.jade
@@ -16,6 +16,7 @@ block content
section.main.admin-roles
header
include views/components/mainTitle
+ a.icon.icon-idea(href="", title="About User Story (US) Points: Most people start off with 1 point = 1 man day of effort. If you're new to scrum & agile start there. After the first week if you and your team expected to accomplish 25 points (i.e. 5 people 5 full days) and only got half done, learn from your findings, and adjust expectations for the following week. By doing so you'll learn your teams true 'velocity.'")
div.project-values-options
a.button.button-green.show-add-new(href="", title="Add New")
diff --git a/app/styles/layout/admin-project-values.scss b/app/styles/layout/admin-project-values.scss
index ead9d7cd..a2c3b63c 100644
--- a/app/styles/layout/admin-project-values.scss
+++ b/app/styles/layout/admin-project-values.scss
@@ -1,3 +1,20 @@
+.admin-roles {
+ header {
+ position: relative;
+ }
+ .icon-idea {
+ @include transition(color .2s linear);
+ position: absolute;
+ top: 0;
+ right: 0;
+ color: $gray-light;
+ &:hover {
+ @include transition(color .2s linear);
+ color: $green-taiga;
+ }
+ }
+}
+
.project-values-options {
margin-bottom: 1rem;
text-align: right;