From c4bf76424e813fa144aecbfba0e3bd0361c16672 Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Sun, 28 Mar 2021 20:04:30 +0700 Subject: [PATCH] Use lato font --- client/index.css | 10 ++++++++++ client/index.html | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) 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 - + - +