Skip to content

Commit b3b6086

Browse files
#RI-3621-add sun-serif
1 parent 2a9aa49 commit b3b6086

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

redisinsight/ui/src/pages/databaseAnalysis/components/top-keys/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156

157157
:global(.euiTableCellContent) .count {
158158
color: var(--euiTextSubduedColor);
159-
font: normal normal 500 16px/17px Inconsolata, sans-serif;
159+
font: normal normal 500 16px/17px Inconsolata;
160160
}
161161

162162
.badgesContainer {

redisinsight/ui/src/pages/databaseAnalysis/components/top-namespace/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237

238238
:global(.euiTableCellContent) .count {
239239
color: var(--euiTextSubduedColor);
240-
font: normal normal 500 16px/17px Inconsolata, sans-serif;
240+
font: normal normal 500 16px/17px Inconsolata;
241241
}
242242

243243
.badgesContainer {

0 commit comments

Comments
 (0)