Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 75c7a01

Browse files
committed
fix(plugins/plugin-patternfly4-themes): overpass-mono font has odd line height
Fixes #4392
1 parent 56c2f76 commit 75c7a01

File tree

1 file changed

+5
-6
lines changed
  • plugins/plugin-patternfly4-themes/web/scss

1 file changed

+5
-6
lines changed

plugins/plugin-patternfly4-themes/web/scss/mono.scss

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
src: url("~@patternfly/react-core/dist/styles/assets/fonts/overpass-mono-webfont/overpass-mono-light.woff2") format("woff2");
66
} */
77

8-
@font-face {
8+
/* @font-face {
99
font-family: 'overpass-mono';
1010
font-style: normal;
1111
font-weight: 400;
1212
src: url('~@patternfly/react-core/dist/styles/assets/fonts/overpass-mono-webfont/overpass-mono-regular.woff2')
1313
format('woff2');
14-
}
14+
} */
1515

1616
/* @font-face {
1717
font-family: "overpass-mono";
@@ -20,15 +20,14 @@
2020
src: url("~@patternfly/react-core/dist/styles/assets/fonts/overpass-mono-webfont/overpass-mono-semibold.woff2") format("woff2");
2121
} */
2222

23-
@font-face {
23+
/* @font-face {
2424
font-family: 'overpass-mono';
2525
font-style: normal;
2626
font-weight: 600;
2727
src: url('~@patternfly/react-core/dist/styles/assets/fonts/overpass-mono-webfont/overpass-mono-bold.woff2')
2828
format('woff2');
29-
}
29+
} */
3030

3131
body.kui--patternfly4[kui-theme-style] {
32-
--font-monospace: overpass-mono, overpass-mono, SFMono-Regular, menlo, monaco, consolas, Liberation Mono, Courier New,
33-
monospace;
32+
--font-monospace: Liberation Mono, consolas, SFMono-Regular, menlo, monaco, Courier New, monospace;
3433
}

0 commit comments

Comments
 (0)