diff --git a/website/source/assets/stylesheets/_buttons.scss b/website/source/assets/stylesheets/_buttons.scss index dcfe366ac..e3bc7fe1e 100755 --- a/website/source/assets/stylesheets/_buttons.scss +++ b/website/source/assets/stylesheets/_buttons.scss @@ -8,7 +8,6 @@ color: $black; @include transition(color .3s ease-in-out); //@include btn-shadow(); - font-family: $font-family-blanc-reg; text-transform: uppercase; border-radius: 3px; diff --git a/website/source/assets/stylesheets/_header.scss b/website/source/assets/stylesheets/_header.scss index 10c444b0d..6dbb5cbf2 100755 --- a/website/source/assets/stylesheets/_header.scss +++ b/website/source/assets/stylesheets/_header.scss @@ -8,7 +8,6 @@ .navbar-brand { .logo{ color: $gray-darker; - font-family: $font-family-blanc; font-size: 28px; background: image-url('logo-header.png') 0 0 no-repeat; @include img-retina("logo-header.png", "logo-header@2x.png", $project-logo-width, $project-logo-height); diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index 726361082..3490d3aa0 100755 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -97,12 +97,10 @@ margin-top: 0; color: $blue-dark; font-size: $font-size-xl; - font-family: $font-family-blanc; } h4{ color: $blue-light; - font-family: $font-family-blanc; } #hero-btns{ @@ -182,7 +180,6 @@ margin-right: 30px; font-size: $font-size-reg; line-height: $font-size-reg; - font-family: $font-family-blanc-reg; } p, a{ @@ -198,7 +195,6 @@ margin-bottom: 120px; text-align: center; font-size: $font-size-m; - font-family: $font-family-blanc; color: $green; text-transform: uppercase; } @@ -320,7 +316,6 @@ color: $blue-dark; letter-spacing: 1px; font-size: $font-size-l; - font-family: $font-family-blanc; line-height: 1.25em; max-width: 640px; } @@ -329,7 +324,6 @@ margin-bottom: 30px; color: $blue-light; font-size: $font-size-reg+2; - font-family: $font-family-blanc-reg; line-height: 1.75em; max-width: 480px; } @@ -342,7 +336,6 @@ display: inline-block; color: $blue-dark; font-size: $font-size-reg; - font-family: $font-family-blanc; line-height: 1.75em; max-width: 320px; padding-left: 20px; diff --git a/website/source/assets/stylesheets/_utilities.scss b/website/source/assets/stylesheets/_utilities.scss index 5ef814442..99e14f050 100755 --- a/website/source/assets/stylesheets/_utilities.scss +++ b/website/source/assets/stylesheets/_utilities.scss @@ -40,7 +40,6 @@ @mixin v-nav-style-core{ color: $gray-darker; - font-family: $font-family-blanc-reg; font-size: 13px; text-transform: uppercase; letter-spacing: 0.0625em; diff --git a/website/source/assets/stylesheets/_variables.scss b/website/source/assets/stylesheets/_variables.scss index c93e9421c..3b343552d 100755 --- a/website/source/assets/stylesheets/_variables.scss +++ b/website/source/assets/stylesheets/_variables.scss @@ -51,8 +51,7 @@ $link-hover-color: darken($link-color, 15%); // Typography // ------------------------- $font-family-open-sans: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; -$font-family-blanc: 'Blanc-Light', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; -$font-family-blanc-reg: 'Blanc-Regular', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; +$font-family-klavika: 'klavika-web', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; $font-weight-xl: 300; $font-weight-reg: 400; $font-weight-sb: 600; diff --git a/website/source/assets/stylesheets/_webfonts.scss b/website/source/assets/stylesheets/_webfonts.scss deleted file mode 100644 index c2d75b370..000000000 --- a/website/source/assets/stylesheets/_webfonts.scss +++ /dev/null @@ -1,29 +0,0 @@ -/** - * @license - * MyFonts Webfont Build ID 3078913, 2015-08-21T01:21:30-0400 - * - * The fonts listed in this notice are subject to the End User License - * Agreement(s) entered into by the website owner. All other parties are - * explicitly restricted from using the Licensed Webfonts(s). - * - * You may obtain a valid license at the URLs below. - * - * Webfont: Blanc-Light by Latinotype - * URL: http://www.myfonts.com/fonts/latinotype/blanc/light/ - * Copyright: Jorge Cisterna - * Licensed pageviews: 10,000 - * - * - * License: http://www.myfonts.com/viewlicense?type=web&buildid=3078913 - * - * © 2015 MyFonts Inc -*/ - - -/* @import must be at top of file, otherwise CSS will not work */ -//@import url("//hello.myfonts.net/count/2efc68"); -@import url("//hello.myfonts.net/count/2efb01"); - - -@font-face {font-family: 'Blanc-Light';src: url('../webfonts/2EFB01_0_0.eot');src: url('../webfonts/2EFB01_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2EFB01_0_0.woff2') format('woff2'),url('../webfonts/2EFB01_0_0.woff') format('woff'),url('../webfonts/2EFB01_0_0.ttf') format('truetype');} -@font-face {font-family: 'Blanc-Regular';src: url('../webfonts/2EFC68_0_0.eot');src: url('../webfonts/2EFC68_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2EFC68_0_0.woff2') format('woff2'),url('../webfonts/2EFC68_0_0.woff') format('woff'),url('../webfonts/2EFC68_0_0.ttf') format('truetype');} diff --git a/website/source/assets/stylesheets/application.scss b/website/source/assets/stylesheets/application.scss index 97caf8958..d65870d4c 100755 --- a/website/source/assets/stylesheets/application.scss +++ b/website/source/assets/stylesheets/application.scss @@ -10,9 +10,6 @@ // Utility classes @import '_utilities'; -// Core CSS -@import '_webfonts'; - //Global Site @import '_global';