Skip to content

Commit

Permalink
[APM] Update monospace font family variable (#57555) (#57615)
Browse files Browse the repository at this point in the history
* [APM] Remove fontFamily variable (not in use)

* [APM] Update fontFamilyCode font family

* Update snapshots

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
formgeist and elasticmachine committed Feb 17, 2020
1 parent 2c7fba2 commit d639460
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions x-pack/legacy/plugins/apm/public/style/variables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ export function pct(value: number): string {
export const borderRadius = '4px';

// Fonts
export const fontFamily = '"Open Sans", Helvetica, Arial, sans-serif';
export const fontFamilyCode =
'"SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace';
'"Roboto Mono", Consolas, Menlo, Courier, monospace';

// Font sizes
export const fontSize = '14px';
Expand Down

0 comments on commit d639460

Please sign in to comment.