diff --git a/client/index.css b/client/index.css index 430cb91..9d11dc7 100644 --- a/client/index.css +++ b/client/index.css @@ -3,6 +3,16 @@ * (c) 2019 - 2020 Nguyen Huu Phuoc */ +body { + font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + margin: 0; +} +* { + box-sizing: border-box; +} +a { + text-decoration: none; +} .hljs, code { font-family: 'Source Code Pro', monospace; font-size: 14px; diff --git a/client/index.html b/client/index.html index 39bf431..cdc23dc 100644 --- a/client/index.html +++ b/client/index.html @@ -4,9 +4,9 @@ CSS layout - + - +