Skip to content

Commit df1d3e5

Browse files
committed
Include font-family in default styles
1 parent 365e0d6 commit df1d3e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
line-height: 1.5;
44
color: rgb(55, 53, 47);
55
caret-color: rgb(55, 53, 47);
6+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
7+
"Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
68
}
79

810
.notion > * {

0 commit comments

Comments
 (0)