Remove Blanc font and references
This commit is contained in:
parent
c62cd5cc55
commit
c296ff1e14
|
@ -8,7 +8,6 @@
|
||||||
color: $black;
|
color: $black;
|
||||||
@include transition(color .3s ease-in-out);
|
@include transition(color .3s ease-in-out);
|
||||||
//@include btn-shadow();
|
//@include btn-shadow();
|
||||||
font-family: $font-family-blanc-reg;
|
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
.logo{
|
.logo{
|
||||||
color: $gray-darker;
|
color: $gray-darker;
|
||||||
font-family: $font-family-blanc;
|
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
background: image-url('logo-header.png') 0 0 no-repeat;
|
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);
|
@include img-retina("logo-header.png", "logo-header@2x.png", $project-logo-width, $project-logo-height);
|
||||||
|
|
|
@ -97,12 +97,10 @@
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
color: $blue-dark;
|
color: $blue-dark;
|
||||||
font-size: $font-size-xl;
|
font-size: $font-size-xl;
|
||||||
font-family: $font-family-blanc;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h4{
|
h4{
|
||||||
color: $blue-light;
|
color: $blue-light;
|
||||||
font-family: $font-family-blanc;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#hero-btns{
|
#hero-btns{
|
||||||
|
@ -182,7 +180,6 @@
|
||||||
margin-right: 30px;
|
margin-right: 30px;
|
||||||
font-size: $font-size-reg;
|
font-size: $font-size-reg;
|
||||||
line-height: $font-size-reg;
|
line-height: $font-size-reg;
|
||||||
font-family: $font-family-blanc-reg;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p, a{
|
p, a{
|
||||||
|
@ -198,7 +195,6 @@
|
||||||
margin-bottom: 120px;
|
margin-bottom: 120px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: $font-size-m;
|
font-size: $font-size-m;
|
||||||
font-family: $font-family-blanc;
|
|
||||||
color: $green;
|
color: $green;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
@ -320,7 +316,6 @@
|
||||||
color: $blue-dark;
|
color: $blue-dark;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
font-size: $font-size-l;
|
font-size: $font-size-l;
|
||||||
font-family: $font-family-blanc;
|
|
||||||
line-height: 1.25em;
|
line-height: 1.25em;
|
||||||
max-width: 640px;
|
max-width: 640px;
|
||||||
}
|
}
|
||||||
|
@ -329,7 +324,6 @@
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
color: $blue-light;
|
color: $blue-light;
|
||||||
font-size: $font-size-reg+2;
|
font-size: $font-size-reg+2;
|
||||||
font-family: $font-family-blanc-reg;
|
|
||||||
line-height: 1.75em;
|
line-height: 1.75em;
|
||||||
max-width: 480px;
|
max-width: 480px;
|
||||||
}
|
}
|
||||||
|
@ -342,7 +336,6 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: $blue-dark;
|
color: $blue-dark;
|
||||||
font-size: $font-size-reg;
|
font-size: $font-size-reg;
|
||||||
font-family: $font-family-blanc;
|
|
||||||
line-height: 1.75em;
|
line-height: 1.75em;
|
||||||
max-width: 320px;
|
max-width: 320px;
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
|
|
|
@ -40,7 +40,6 @@
|
||||||
|
|
||||||
@mixin v-nav-style-core{
|
@mixin v-nav-style-core{
|
||||||
color: $gray-darker;
|
color: $gray-darker;
|
||||||
font-family: $font-family-blanc-reg;
|
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 0.0625em;
|
letter-spacing: 0.0625em;
|
||||||
|
|
|
@ -51,8 +51,7 @@ $link-hover-color: darken($link-color, 15%);
|
||||||
// Typography
|
// Typography
|
||||||
// -------------------------
|
// -------------------------
|
||||||
$font-family-open-sans: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
$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-klavika: 'klavika-web', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
$font-family-blanc-reg: 'Blanc-Regular', 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
|
||||||
$font-weight-xl: 300;
|
$font-weight-xl: 300;
|
||||||
$font-weight-reg: 400;
|
$font-weight-reg: 400;
|
||||||
$font-weight-sb: 600;
|
$font-weight-sb: 600;
|
||||||
|
|
|
@ -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');}
|
|
|
@ -10,9 +10,6 @@
|
||||||
// Utility classes
|
// Utility classes
|
||||||
@import '_utilities';
|
@import '_utilities';
|
||||||
|
|
||||||
// Core CSS
|
|
||||||
@import '_webfonts';
|
|
||||||
|
|
||||||
//Global Site
|
//Global Site
|
||||||
@import '_global';
|
@import '_global';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue