1) was having compilation errors 2) we don't use it anymore --- src/app/stylesheets/_base.scss | 2 -- src/app/stylesheets/text.scss | 30 ------------------------------ 2 files changed, 0 insertions(+), 32 deletions(-) delete mode 100644 src/app/stylesheets/text.scss
diff --git a/src/app/stylesheets/_base.scss b/src/app/stylesheets/_base.scss index 3ac43c6..096ec46 100644 --- a/src/app/stylesheets/_base.scss +++ b/src/app/stylesheets/_base.scss @@ -26,8 +26,6 @@ $goodcl: #bfcc29; $okcl: #f6a20a; $badcl: #cb292b;
-@import "text"; - @mixin border-radius($radius) { border-radius: $radius; -moz-border-radius: $radius; diff --git a/src/app/stylesheets/text.scss b/src/app/stylesheets/text.scss deleted file mode 100644 index b6819c3..0000000 --- a/src/app/stylesheets/text.scss +++ /dev/null @@ -1,30 +0,0 @@ -/* 960 Grid System ~ Text CSS. - * Learn more ~ http://960.gs/ - * * - * Licensed under GPL and MIT. */ - -@import "960/text"; - -@include text; - -/* Need to solve licensing first */ -@font-face { - font-family: 'Roadgeek E'; - src: local('Roadgeek E'), local('RoadgeekE'), - url(../../fonts/RoadgeekE.otf); -} - -/* Headline Font based on Highway Gothic/FHWA to preserve RH identity on the web unachievable with Interstate */ -@font-face { - font-family: 'FreeWay Bold'; - src: local('FreeWay Bold'), local('FreeWayBold'), - url(../../fonts/FreeWay-Bold.ttf); -} - -body { - font: 12px/1.5 $screenfont; -} - -h1,h2,h3,h4,h5 { - font-family: $headlinefont; -}