Skip to content

Commit ee81586

Browse files
author
pipeline
committed
feature(EJ2-4293): add new font family feature
1 parent e3f151b commit ee81586

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

styles/index.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@ html,
22
body {
33
height: 100%;
44
overflow: hidden;
5-
font-family: Roboto, Segoe UI;
5+
font-family: "Segoe UI","GeezaPro","DejaVu Serif", "sans-serif";
66
}
77

8+
.material {
9+
font-family: "Roboto","Segoe UI","GeezaPro","DejaVu Serif", "sans-serif";
10+
}
11+
12+
813
.sample-browser {
914
width: 100%;
1015
height: 100%;

0 commit comments

Comments
 (0)