diff --git a/app/fonts/OpenSans-Light.eot b/app/fonts/OpenSans-Light.eot
new file mode 100644
index 00000000..725db50b
Binary files /dev/null and b/app/fonts/OpenSans-Light.eot differ
diff --git a/app/fonts/OpenSans-Light.svg b/app/fonts/OpenSans-Light.svg
new file mode 100644
index 00000000..b6daf106
--- /dev/null
+++ b/app/fonts/OpenSans-Light.svg
@@ -0,0 +1,581 @@
+
+
+
diff --git a/app/fonts/OpenSans-Light.ttf b/app/fonts/OpenSans-Light.ttf
new file mode 100644
index 00000000..3d29b04b
Binary files /dev/null and b/app/fonts/OpenSans-Light.ttf differ
diff --git a/app/fonts/opensans-light.ttf b/app/fonts/opensans-light.ttf
new file mode 100644
index 00000000..ce894fc4
--- /dev/null
+++ b/app/fonts/opensans-light.ttf
@@ -0,0 +1,772 @@
+
+
+
+
+
+
+
+
+
+
+
+ open-sans/OpenSans-Light.ttf at gh-pages · FontFaceKit/open-sans
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Skip to content
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Something went wrong with that request. Please try again.
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/modules/profile/styles/profile-bar.scss b/app/modules/profile/styles/profile-bar.scss
index a0d3545f..15d5d1bb 100644
--- a/app/modules/profile/styles/profile-bar.scss
+++ b/app/modules/profile/styles/profile-bar.scss
@@ -156,10 +156,10 @@
}
.profile-quote {
- @extend %title;
- @extend %larger;
+ @extend %light;
+ @extend %large;
background: url('/images/quote.png') no-repeat top left;
- line-height: 1.2;
+ line-height: 1.4;
padding: .5rem;
}
}
diff --git a/app/styles/core/typography.scss b/app/styles/core/typography.scss
index 65a21a8e..44a8eff3 100755
--- a/app/styles/core/typography.scss
+++ b/app/styles/core/typography.scss
@@ -2,7 +2,7 @@
// Font face
-@each $font-face in OpenSans-CondLight, opensans-regular, opensans-semibold, taiga {
+@each $font-face in OpenSans-CondLight, OpenSans-Light, opensans-regular, opensans-semibold, taiga {
@font-face {
font-family: '#{$font-face}';
src: url('../fonts/#{$font-face}.eot?#iefix') format('embedded-opentype'),
diff --git a/app/styles/dependencies/helpers.scss b/app/styles/dependencies/helpers.scss
index 6c71c3c9..912457dd 100644
--- a/app/styles/dependencies/helpers.scss
+++ b/app/styles/dependencies/helpers.scss
@@ -9,6 +9,7 @@
// __Font Types__ //
%title {font-family: 'OpenSans-CondLight', Arial, Helvetica, sans-serif; }
+%light {font-family: 'OpenSans-Light', Arial, Helvetica, sans-serif; }
%text {font-family: 'opensans-regular', Arial, Helvetica, sans-serif; }
%bold {font-family: 'opensans-semibold', Arial, Helvetica, sans-serif; }
%taiga {font-family: 'taiga';}