Skip to content

Commit 6b6c087

Browse files
jasoncostellogrubernaut
authored andcommitted
improve klavika declaration
1 parent 56192e9 commit 6b6c087

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

website/source/assets/stylesheets/_docs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ body.layout-intro{
9898
.docs-sidenav{
9999
padding-top: 15px;
100100
padding-bottom: 15px;
101-
font-family: "Klavika-web";
101+
font-family: $font-family-klavika;
102102
font-size: 16px;
103103

104104
:last-child{

website/source/assets/stylesheets/_global.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body {
1717

1818
h1, h2, h3, h4, h5 {
1919
-webkit-font-smoothing: antialiased;
20-
font-family: "klavika-web";
20+
font-family: $font-family-klavika;
2121
font-weight: 600;
2222
}
2323
h1{

website/source/assets/stylesheets/_header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ body.page-sub{
1414
.navbar-brand {
1515
.logo{
1616
font-size: 32px;
17-
font-family: "Klavika-web";
17+
font-family: $font-family-klavika;
1818
font-weight: 500;
1919
background: image-url('logo-header.png') 0 0 no-repeat;
2020
@include img-retina("../images/logo-header.png", "../images/logo-header@2x.png", $project-logo-width, $project-logo-height);

website/source/assets/stylesheets/_variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ $link-hover-color: darken($link-color, 15%);
4545
// Typography
4646
// -------------------------
4747
$font-family-open-sans: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
48+
$font-family-klavika: 'klavika-web', 'klavika', 'Open Sans', Helvtical, Arial, sans-serif;
4849

4950
$text-shadow: 1px 1px 1px #000;
5051
$shadow: $text-shadow;

0 commit comments

Comments
 (0)