Skip to content

Commit

Permalink
K6 back to open sans font stack (#292)
Browse files Browse the repository at this point in the history
Makes the K6 EUI theme use Open Sans. The other themes remain unaffected.
  • Loading branch information
snide authored Jan 11, 2018
1 parent 6f03386 commit 81b339d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions src-docs/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
</head>
<body class="guideBody">
<div id="guide" style="height: 100%"></div>
Expand Down
4 changes: 2 additions & 2 deletions src/global_styling/variables/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

// Families

$euiFontFamily: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
$euiCodeFontFamily: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
$euiFontFamily: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;
$euiCodeFontFamily: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace !default;

// Font sizes

Expand Down
5 changes: 4 additions & 1 deletion src/themes/k6/k6_globals.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
$euiFontSize: 14px;
// Font families
$euiFontFamily: 'Open Sans', Helvetica, Arial, sans-serif;

// Font Sizes
$euiFontSize: 14px;
$euiFontSizeXS: 12px;
$euiFontSizeS: 14px;
$euiFontSizeM: 16px;
Expand Down

0 comments on commit 81b339d

Please sign in to comment.