Basic styling of the site using some obsidian css... More

This commit is contained in:
Tuan Cao 2022-03-17 15:43:21 +07:00
parent 19fedf5e6d
commit 7c1f478c45

View File

@ -2,10 +2,7 @@ html,
body {
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
line-height: 1.6;
font-size: 18px;
font-family: 'Inter', sans-serif;
}
* {