diff --git a/app/fonts/OpenSans-Bold.ttf b/app/fonts/OpenSans-Bold.ttf
new file mode 100644
index 00000000..fd79d43b
Binary files /dev/null and b/app/fonts/OpenSans-Bold.ttf differ
diff --git a/app/fonts/OpenSans-Light.eot b/app/fonts/OpenSans-Light.eot
deleted file mode 100644
index 725db50b..00000000
Binary files a/app/fonts/OpenSans-Light.eot and /dev/null differ
diff --git a/app/fonts/OpenSans-Light.svg b/app/fonts/OpenSans-Light.svg
deleted file mode 100644
index b6daf106..00000000
--- a/app/fonts/OpenSans-Light.svg
+++ /dev/null
@@ -1,581 +0,0 @@
-
-
-
diff --git a/app/fonts/OpenSans-Light.ttf b/app/fonts/OpenSans-Light.ttf
index 3d29b04b..0d381897 100644
Binary files a/app/fonts/OpenSans-Light.ttf and b/app/fonts/OpenSans-Light.ttf differ
diff --git a/app/fonts/OpenSans-Light.woff b/app/fonts/OpenSans-Light.woff
deleted file mode 100644
index d50b69a1..00000000
--- a/app/fonts/OpenSans-Light.woff
+++ /dev/null
@@ -1,811 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
- open-sans/OpenSans-Light.woff at gh-pages · FontFaceKit/open-sans
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Skip to content
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Something went wrong with that request. Please try again.
-
-
-
-
-
-
-
-
-
-
diff --git a/app/fonts/OpenSans-Regular.ttf b/app/fonts/OpenSans-Regular.ttf
new file mode 100644
index 00000000..db433349
Binary files /dev/null and b/app/fonts/OpenSans-Regular.ttf differ
diff --git a/app/fonts/OpenSans-Semibold.ttf b/app/fonts/OpenSans-Semibold.ttf
new file mode 100644
index 00000000..1a7679e3
Binary files /dev/null and b/app/fonts/OpenSans-Semibold.ttf differ
diff --git a/app/fonts/opensans-regular.eot b/app/fonts/opensans-regular.eot
deleted file mode 100644
index 6bbc3cf5..00000000
Binary files a/app/fonts/opensans-regular.eot and /dev/null differ
diff --git a/app/fonts/opensans-regular.svg b/app/fonts/opensans-regular.svg
deleted file mode 100644
index 25a39523..00000000
--- a/app/fonts/opensans-regular.svg
+++ /dev/null
@@ -1,1831 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/app/fonts/opensans-regular.ttf b/app/fonts/opensans-regular.ttf
deleted file mode 100644
index c537f838..00000000
Binary files a/app/fonts/opensans-regular.ttf and /dev/null differ
diff --git a/app/fonts/opensans-regular.woff b/app/fonts/opensans-regular.woff
deleted file mode 100644
index e231183d..00000000
Binary files a/app/fonts/opensans-regular.woff and /dev/null differ
diff --git a/app/fonts/opensans-semibold.eot b/app/fonts/opensans-semibold.eot
deleted file mode 100644
index d8375dd0..00000000
Binary files a/app/fonts/opensans-semibold.eot and /dev/null differ
diff --git a/app/fonts/opensans-semibold.svg b/app/fonts/opensans-semibold.svg
deleted file mode 100644
index eec4db8b..00000000
--- a/app/fonts/opensans-semibold.svg
+++ /dev/null
@@ -1,1830 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/app/fonts/opensans-semibold.ttf b/app/fonts/opensans-semibold.ttf
deleted file mode 100644
index b3290843..00000000
Binary files a/app/fonts/opensans-semibold.ttf and /dev/null differ
diff --git a/app/fonts/opensans-semibold.woff b/app/fonts/opensans-semibold.woff
deleted file mode 100644
index 28d6adee..00000000
Binary files a/app/fonts/opensans-semibold.woff and /dev/null differ
diff --git a/app/styles/core/typography.scss b/app/styles/core/typography.scss
index a46ed8a6..bf3d207c 100755
--- a/app/styles/core/typography.scss
+++ b/app/styles/core/typography.scss
@@ -1,14 +1,15 @@
// Typography
// Font face
-@each $font-face in OpenSans-CondLight,
+@each $font-face in
+OpenSans-CondLight,
OpenSans-Light,
-opensans-regular,
-opensans-semibold,
+Opensans-Regular,
+Opensans-Bold,
taiga {
@font-face {
font-family: '#{$font-face}';
- src: url('../fonts/#{$font-face}.eot?#iefix') format('embedded-opentype'), url('../fonts/#{$font-face}.woff') format('woff'), url('../fonts/#{$font-face}.ttf') format('truetype'), url('../fonts/#{$font-face}.svg#{$font-face}') format('svg');
+ src: url('../fonts/#{$font-face}.ttf') format('truetype');
}
}