Reduce letter spacing
This commit is contained in:
@@ -2,7 +2,7 @@ $base-background-color: #f5f5f5;
|
|||||||
|
|
||||||
$base-font-family: "Avenir Next W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
$base-font-family: "Avenir Next W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
||||||
$base-font-weight: 300;
|
$base-font-weight: 300;
|
||||||
$base-letter-spacing: 1px;
|
$base-letter-spacing: 0.08em;
|
||||||
$base-font-size: 16px;
|
$base-font-size: 16px;
|
||||||
|
|
||||||
$base-link-color: #ffffff;
|
$base-link-color: #ffffff;
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ body.dashboard {
|
|||||||
font-family: "Avenir Next W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
font-family: "Avenir Next W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 0.08em;
|
||||||
background: #f5f5f5; }
|
background: #f5f5f5; }
|
||||||
|
|
||||||
body.dashboard .wrapper {
|
body.dashboard .wrapper {
|
||||||
@@ -25,7 +25,7 @@ body.dashboard {
|
|||||||
font-family: "Avenir Next W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
font-family: "Avenir Next W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 0.08em;
|
||||||
background: #f5f5f5; }
|
background: #f5f5f5; }
|
||||||
|
|
||||||
body.dashboard .wrapper {
|
body.dashboard .wrapper {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"css/all.css": "css/all-ff8e250e.css",
|
"css/all.css": "css/all-434c3a48.css",
|
||||||
"js/all.js": "js/all-c84ab03b.js"
|
"js/all.js": "js/all-c84ab03b.js"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user