Skip to content

Commit 443c571

Browse files
committed
Fixed font family.
1 parent 709a383 commit 443c571

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/8.0.21/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/UI.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,17 +261,20 @@ export const injectStyledCSS = (
261261
margin-bottom: 12px;
262262
cursor: pointer;
263263
font-size: 15px;
264+
font-family: sans-serif;
264265
line-height: 21px;
265266
color: ${contrastBackgroundColor};
266267
}
267268
268269
.gleap-notification-item-sender {
269270
font-size: 13px;
271+
font-family: sans-serif;
270272
color: ${contrastBackgroundColor};
271273
}
272274
273275
.gleap-notification-item-content {
274276
font-size: 14px;
277+
font-family: sans-serif;
275278
line-height: 20px;
276279
color: ${subTextColor};
277280
}
@@ -412,6 +415,7 @@ export const injectStyledCSS = (
412415
background-color: red;
413416
color: #fff;
414417
font-size: 12px;
418+
font-family: sans-serif;
415419
text-align: center;
416420
line-height: 22px;
417421
}
@@ -919,6 +923,7 @@ export const injectStyledCSS = (
919923
text-align: left;
920924
line-height: 32px;
921925
font-size: 14px;
926+
font-family: sans-serif;
922927
margin: 5px;
923928
min-width: 40px;
924929
display: none;
@@ -929,6 +934,7 @@ export const injectStyledCSS = (
929934
color: #fff;
930935
visibility: hidden;
931936
font-size: 14px;
937+
font-family: sans-serif;
932938
text-align: center;
933939
padding: 5px 10px;
934940
position: absolute;

0 commit comments

Comments
 (0)