summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-07-14 14:47:48 +0300
committereug-vs <eug-vs@keemail.me>2021-07-14 14:48:27 +0300
commit349e44c99331aaef4d6441a120c751270b817678 (patch)
tree35bc0fd1354464ae9c14f1d3de2a72614ae4e988 /style.css
parentcac1c55c6f1693cb16308a5ef5f1d481f15cf1c1 (diff)
downloadeug-vs-xyz-349e44c99331aaef4d6441a120c751270b817678.tar.gz
feat: use roboto font
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
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;