From 349e44c99331aaef4d6441a120c751270b817678 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 14 Jul 2021 14:47:48 +0300 Subject: feat: use roboto font --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 1a3ffc4..b481351 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ html { line-height: 1.5; - font-family: Georgia, serif; + font-family: Roboto, sans-serif; font-size: 20px; color: #f4f4f4; background-color: #1e1e1e; -- cgit v1.2.3