Skip to content

Commit 6172dc4

Browse files
author
Marko Petzold
committed
fix: improve styling for body and html elements in index.html
1 parent edaa409 commit 6172dc4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

demo/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@
1111
width: 100%;
1212
height: 100%;
1313
background-color: aliceblue;
14+
font-family:
15+
Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
16+
--font-family-serif: Helvetica;
17+
color: #291f42;
18+
font-weight: 400;
19+
line-height: 1.5;
20+
min-height: 100vh;
21+
-webkit-font-smoothing: antialiased;
22+
-moz-osx-font-smoothing: grayscale;
1423
}
1524

1625
* {

0 commit comments

Comments
 (0)