mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[APM] Update monospace font family variable (#57555)
* [APM] Remove fontFamily variable (not in use) * [APM] Update fontFamilyCode font family * Update snapshots
This commit is contained in:
parent
59672ab5da
commit
5fe53d1cd6
3 changed files with 6 additions and 7 deletions
|
@ -305,7 +305,7 @@ exports[`ErrorGroupOverview -> List should render empty state 1`] = `
|
|||
|
||||
exports[`ErrorGroupOverview -> List should render with data 1`] = `
|
||||
.c0 {
|
||||
font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
|
||||
font-family: "Roboto Mono",Consolas,Menlo,Courier,monospace;
|
||||
}
|
||||
|
||||
.c1 {
|
||||
|
@ -316,7 +316,7 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = `
|
|||
}
|
||||
|
||||
.c2 {
|
||||
font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
|
||||
font-family: "Roboto Mono",Consolas,Menlo,Courier,monospace;
|
||||
font-size: 16px;
|
||||
max-width: 100%;
|
||||
white-space: nowrap;
|
||||
|
@ -325,7 +325,7 @@ exports[`ErrorGroupOverview -> List should render with data 1`] = `
|
|||
}
|
||||
|
||||
.c3 {
|
||||
font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
|
||||
font-family: "Roboto Mono",Consolas,Menlo,Courier,monospace;
|
||||
}
|
||||
|
||||
<Memo(UnoptimizedManagedTable)
|
||||
|
|
|
@ -4,7 +4,7 @@ exports[`Stackframe when stackframe has source lines should render correctly 1`]
|
|||
.c0 {
|
||||
color: #69707d;
|
||||
padding: 8px 0;
|
||||
font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
|
||||
font-family: "Roboto Mono",Consolas,Menlo,Courier,monospace;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
@ -97,7 +97,7 @@ exports[`Stackframe when stackframe has source lines should render correctly 1`]
|
|||
|
||||
.c2 {
|
||||
position: relative;
|
||||
font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
|
||||
font-family: "Roboto Mono",Consolas,Menlo,Courier,monospace;
|
||||
font-size: 14px;
|
||||
border: 1px solid #d3dae6;
|
||||
border-radius: 4px;
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue