Skip to content

Commit 04882c6

Browse files
Set default increased line height
1 parent 049f91e commit 04882c6

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

examples/src/app.module.css

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,17 @@ h5 {
99
}
1010

1111
body {
12-
font-family: system, -apple-system, '.SFNSText-Regular', 'San Francisco',
13-
'Roboto', 'Segoe UI', 'Helvetica Neue', 'Lucida Grande', sans-serif;
12+
font-family:
13+
system,
14+
-apple-system,
15+
'.SFNSText-Regular',
16+
'San Francisco',
17+
'Roboto',
18+
'Segoe UI',
19+
'Helvetica Neue',
20+
'Lucida Grande',
21+
sans-serif;
22+
line-height: 1.7;
1423
}
1524

1625
footer {

0 commit comments

Comments
 (0)