Skip to content

Commit 36937da

Browse files
author
pipeline
committed
feature(EJ2-4293): add new font family feature
1 parent 6c5f89a commit 36937da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

styles/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
body {
44
overflow: hidden;
5-
font-family: "Segoe UI","GeezaPro","DejaVu Serif";
5+
font-family: "Segoe UI","GeezaPro","DejaVu Serif", "sans-serif";
66
}
77

88
.material {
9-
font-family: "Roboto","Segoe UI","GeezaPro","DejaVu Serif";
9+
font-family: "Roboto","Segoe UI","GeezaPro","DejaVu Serif", "sans-serif";
1010
}
1111

1212
.h-scroll {

0 commit comments

Comments
 (0)