Skip to content

Commit

Permalink
Adjust variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 3, 2016
1 parent 31e9d5a commit 77c5bc1
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 25 deletions.
13 changes: 10 additions & 3 deletions assets/scss/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ h1 {
h2 {
padding-top: 0;
font-size: 3rem;
font-weight: bold;
font-weight: $font-weight-bold;
line-height: 1.2em;
text-indent: -2px;
letter-spacing: -1px;
Expand Down Expand Up @@ -102,6 +102,13 @@ h6 a {
}
}

blockquote > p {
font-family: $quote-font;
font-style: italic;
letter-spacing: .01rem;
word-wrap: break-word;
}

.wrap {
position: relative;
}
Expand Down Expand Up @@ -167,7 +174,7 @@ h6 a {
max-width: 640px;
margin: 0 auto;
font-size: 2.8rem;
font-weight: 200;
font-weight: $font-weight-thin;
letter-spacing: 0;
color: $white;
display: inline-block;
Expand Down Expand Up @@ -223,7 +230,7 @@ h6 a {
p {
margin: 0 0 15px 0;
font-size: 17px;
font-weight: 200;
font-weight: $font-weight-thin;
line-height: 1.3em;
}
}
Expand Down
34 changes: 17 additions & 17 deletions assets/scss/reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ section {
}

html {
font-family: sans-serif;
font-family: $sans-font;
text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
Expand All @@ -35,7 +35,7 @@ h1 {
}

strong {
font-weight: bold;
font-weight: $font-weight-bold;
}

mark {
Expand All @@ -49,7 +49,7 @@ img {

button,
input {
font-family: inherit;
font-family: $input-font;
font-size: 100%;
margin: 0;
}
Expand Down Expand Up @@ -81,7 +81,7 @@ input::-moz-focus-inner {
url("../fonts/icons.woff?1") format("woff"),
url("../fonts/icons.ttf?1") format("truetype"),
url("../fonts/icons.svg?1#icons") format("svg");
font-weight: normal;
font-weight: $font-weight-normal;
font-style: normal;
}

Expand Down Expand Up @@ -317,7 +317,7 @@ input::-moz-focus-inner {
}

html {
font: 62.5%/1.65 "Open Sans", sans-serif;
font: 62.5%/1.65 $sans-font;
}

body {
Expand All @@ -331,15 +331,15 @@ h2,
h3,
h4 {
color: #242628;
font-weight: 300;
font-weight: $font-weight-normal;
text-rendering: optimizeLegibility;
line-height: 1;
margin-top: 0;
}

h1 {
font-size: 5.5rem;
font-weight: bold;
font-weight: $font-weight-bold;
margin-bottom: 0.35rem;
}

Expand Down Expand Up @@ -516,7 +516,7 @@ nav li a:before {
color: rgba(60, 80, 90, 0.7);
margin-left: 40px;
font-size: 16px;
font-weight: 900;
font-weight: $font-weight-bold;
}
}

Expand All @@ -526,7 +526,7 @@ nav li a:before {
}

.nav-current {
font-weight: bold;
font-weight: $font-weight-bold;
}

@media (max-width: 800px), (max-width: 800px) {
Expand Down Expand Up @@ -697,7 +697,7 @@ nav li a:before {

.global-header .mobile-menu:before {
font-family: "Icons";
font-weight: normal;
font-weight: $font-weight-normal;
font-style: normal;
vertical-align: -7%;
text-transform: none;
Expand Down Expand Up @@ -763,7 +763,7 @@ nav li a:before {
float: left;
padding: 12px 0;
text-transform: none;
font-weight: 400;
font-weight: $font-weight-normal;
color: #7d878a;
}

Expand All @@ -776,7 +776,7 @@ nav li a:before {
}

#global-footer .poweredby a {
font-weight: 400;
font-weight: $font-weight-normal;
color: #7d878a;
text-decoration: none;
}
Expand All @@ -787,7 +787,7 @@ nav li a:before {

#global-footer .facebook a:before {
font-family: "Icons";
font-weight: normal;
font-weight: $font-weight-normal;
font-style: normal;
vertical-align: -7%;
text-transform: none;
Expand All @@ -804,7 +804,7 @@ nav li a:before {

#global-footer .twitter a:before {
font-family: "Icons";
font-weight: normal;
font-weight: $font-weight-normal;
font-style: normal;
vertical-align: -7%;
text-transform: none;
Expand Down Expand Up @@ -911,7 +911,7 @@ nav li a:before {

.modal-close:before {
font-family: "Icons";
font-weight: normal;
font-weight: $font-weight-normal;
font-style: normal;
vertical-align: -7%;
text-transform: none;
Expand Down Expand Up @@ -1008,7 +1008,7 @@ button[type="submit"],
color: #fff;
font-size: 11px;
line-height: 13px;
font-weight: 300;
font-weight: $font-weight-thin;
text-align: center;
letter-spacing: 1px;
text-transform: uppercase;
Expand Down Expand Up @@ -1055,7 +1055,7 @@ button.wide,
.button,
button {
color: #777;
font-weight: normal;
font-weight: $font-weight-normal;
background: #eee;
box-shadow: none;
}
Expand Down
11 changes: 6 additions & 5 deletions assets/scss/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ $default-transition-duration : 0.3s;
@import "../vendor/compass-breakpoint/stylesheets/breakpoint";
@include breakpoint-set('default feature', max-width);

$sans-font : 'Raleway', sans-serif;
$serif-font : 'Roboto Slab', serif;
$sans-font : "Open Sans", sans-serif;
$serif-font : serif;
$code-font : Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
$quote-font : "freight-text-pro", Georgia, Cambria, "Times New Roman", Times, serif;
$input-font : inherit;

$font-weight-thin : 100;
$font-weight-normal : 300;
$font-weight-bold : 700;
$font-weight-thin : 200;
$font-weight-normal : 400;
$font-weight-bold : 900;

// Max widths
$netbook : 1000px;
Expand Down

0 comments on commit 77c5bc1

Please sign in to comment.