Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
- Added support for range queries in `EuiSearchBar` (works for numeric and date values) ([#485](https://github.com/elastic/eui/pull/485))
- Add support for expandable rows to `EuiBasicTable` ([#585](https://github.com/elastic/eui/pull/585))

**Bug fixes**
- Fix font-weight issue in K6 theme ([#596](https://github.com/elastic/eui/pull/596))

# [`0.0.35`](https://github.com/elastic/eui/tree/v0.0.35)

- Modified `link` and all buttons to support both href and onClick ([#554](https://github.com/elastic/eui/pull/554))
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico"></head>
<body class="guideBody">
<div id="guide" style="height: 100%"></div>
Expand Down
2 changes: 1 addition & 1 deletion src-docs/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
</head>
<body class="guideBody">
<div id="guide" style="height: 100%"></div>
Expand Down
2 changes: 1 addition & 1 deletion src/global_styling/variables/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ $euiLineHeight: 1.5;

$euiFontWeightLight: 300 !default;
$euiFontWeightRegular: 400 !default;
$euiFontWeightMedium: 500 !default;
$euiFontWeightMedium: 600 !default;
$euiFontWeightBold: 700 !default;
2 changes: 1 addition & 1 deletion src/themes/k6/k6_globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ $euiFontSizeXL: 24px;
$euiFontSizeXXL: 32px;

// Make titles bold.
$euiFontWeightLight: 500;
$euiFontWeightLight: 600;