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 --- header.html | 7 +++++++ icon.html | 4 ++++ style.css | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100755 header.html create mode 100755 icon.html diff --git a/header.html b/header.html new file mode 100755 index 0000000..5ad7977 --- /dev/null +++ b/header.html @@ -0,0 +1,7 @@ +
+ + eug-vs +

Eugene's Space

+
+
+ diff --git a/icon.html b/icon.html new file mode 100755 index 0000000..2bd6654 --- /dev/null +++ b/icon.html @@ -0,0 +1,4 @@ + + + + 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