From 8a46fe622f8f728da48cb1a9efc2974d92d079ea Mon Sep 17 00:00:00 2001 From: "Michael \"Cal\" Krug" Date: Sun, 5 Nov 2023 23:06:03 -0600 Subject: [PATCH] fix: implment Ubuntu fonts to view page --- index.html | 1 + style.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 459eee3..0e83e2f 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ Odin Landing Page | dissidenttux + diff --git a/style.css b/style.css index dadb03e..36182dc 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ body { display: flex; flex-direction: column; - font-family: "Ubuntu", serif; + font-family: "Ubuntu", Arial, sans-serif; font-size: 16px; justify-content: space-between; margin: 0;