From 6e27dbe9a33fa8a590a3bb11d3c4b75042974a6f Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sat, 9 Apr 2016 00:22:45 -0500 Subject: [PATCH] removing more typekit stuff --- _assets/stylesheets/_redbat/_type.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/_assets/stylesheets/_redbat/_type.scss b/_assets/stylesheets/_redbat/_type.scss index b7a818d5..22d1a9ce 100644 --- a/_assets/stylesheets/_redbat/_type.scss +++ b/_assets/stylesheets/_redbat/_type.scss @@ -8,8 +8,6 @@ html { font-size: 14px; -webkit-font-smoothing: antialiased; - opacity: 0; - transition: opacity 100ms ease-in; @media #{$medium-up} { font-size: 18px; } @@ -58,16 +56,6 @@ h5 { // TEXT -------------------------- -.wf-loading { - visibility: hidden; -} - -.wf-active, -.wf-inactive { - opacity: 1; - visibility: visible; -} - p { font-size: 1.1rem; line-height: 1.7;