Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Commit 9519b6e

Browse files
committed
Split font property.
1 parent 8f33f76 commit 9519b6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/assets/css/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
body {
22
background-color: #f8f8f8;
3-
font: 15px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
3+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
4+
font-size: 15px;
5+
line-height: 1.5;
46
padding-top: 80px;
57
position: relative;
68
}

0 commit comments

Comments
 (0)