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

Commit

Permalink
Split font property.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 15, 2019
1 parent 3bc1ce1 commit 5bf246e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
body {
background-color: #f8f8f8;
font: 15px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 1.5;
padding-top: 80px;
position: relative;
}
Expand Down

0 comments on commit 5bf246e

Please sign in to comment.