improve klavika declaration
This commit is contained in:
parent
824893ed9d
commit
fdc82fc5aa
|
@ -99,7 +99,7 @@ body.layout-intro{
|
||||||
.docs-sidenav{
|
.docs-sidenav{
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
padding-bottom: 15px;
|
padding-bottom: 15px;
|
||||||
font-family: "Klavika-web";
|
font-family: $font-family-klavika;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
||||||
:last-child{
|
:last-child{
|
||||||
|
|
|
@ -17,7 +17,7 @@ body {
|
||||||
|
|
||||||
h1, h2, h3, h4, h5 {
|
h1, h2, h3, h4, h5 {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
font-family: "klavika-web";
|
font-family: $font-family-klavika;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
h1{
|
h1{
|
||||||
|
|
|
@ -14,7 +14,7 @@ body.page-sub{
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
.logo{
|
.logo{
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
font-family: "Klavika-web";
|
font-family: $font-family-klavika;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
background: image-url('logo-header.png') 0 0 no-repeat;
|
background: image-url('logo-header.png') 0 0 no-repeat;
|
||||||
@include img-retina("../images/logo-header.png", "../images/logo-header@2x.png", $project-logo-width, $project-logo-height);
|
@include img-retina("../images/logo-header.png", "../images/logo-header@2x.png", $project-logo-width, $project-logo-height);
|
||||||
|
|
|
@ -45,6 +45,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-klavika: 'klavika-web', 'klavika', 'Open Sans', Helvtical, Arial, sans-serif;
|
||||||
|
|
||||||
$text-shadow: 1px 1px 1px #000;
|
$text-shadow: 1px 1px 1px #000;
|
||||||
$shadow: $text-shadow;
|
$shadow: $text-shadow;
|
||||||
|
|
Loading…
Reference in New Issue