diff --git a/app/assets/stylesheets/photos.sass b/app/assets/stylesheets/photos.sass
index 995f695..4d9340a 100644
--- a/app/assets/stylesheets/photos.sass
+++ b/app/assets/stylesheets/photos.sass
@@ -7,10 +7,10 @@ html
body
background: #101010
color: white
- font-family: freight-sans-pro, "Helvetica Neue", "Arial", sans-serif
- letter-spacing: 0.1em
+ font-family: "Whitney A", "Whitney B", "Helvetica Neue", "Arial", sans-serif
+ // letter-spacing: 0.02em
font-weight: 400
- font-size: 100%
+ font-size: 112.5%
overflow: hidden
-webkit-font-smoothing: antialiased
@@ -233,7 +233,7 @@ form
textarea
height: 150px
width: 325px
- font-family: freight-sans-pro, "Helvetica Neue", "Arial", sans-serif
+ font-family: "Whitney A", "Whitney B", "Helvetica Neue", "Arial", sans-serif
font-size: 1em
padding: 5px
color: #333
@@ -242,7 +242,7 @@ form
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1)
input
&[type='text']
- font-family: freight-sans-pro, "Helvetica Neue", "Arial", sans-serif
+ font-family: "Whitney A", "Whitney B", "Helvetica Neue", "Arial", sans-serif
font-size: 1em
padding: 5px
color: #333
@@ -286,7 +286,7 @@ input.error, textarea.error
form input[type='submit']
-webkit-font-smoothing: antialiased
background: #666
- font-family: freight-sans-pro, "Helvetica Neue", "Arial", sans-serif
+ font-family: "Whitney A", "Whitney B", "Helvetica Neue", "Arial", sans-serif
font-size: 1em
padding: 6px 11px
color: white
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 6e18b36..4a7fabf 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -8,6 +8,7 @@
<%= stylesheet_link_tag 'application' %>
+ <%= stylesheet_link_tag 'https://cloud.typography.com/7434852/6922572/css/fonts.css' %>
<%= javascript_include_tag 'application' %>
<%= favicon_link_tag 'favicon.ico' %>
<%= csrf_meta_tags %>
diff --git a/app/views/shared/_typekit.html.erb b/app/views/shared/_typekit.html.erb
deleted file mode 100644
index f69d46b..0000000
--- a/app/views/shared/_typekit.html.erb
+++ /dev/null
@@ -1,2 +0,0 @@
-<%= javascript_include_tag "//use.typekit.com/bvi1xdc.js" %>
-