From 9b256bc0445081e3ba512ec16ab781ccee058d5a Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Sat, 4 Oct 2025 13:51:49 -0700 Subject: [PATCH] Feat: Import and apply Open Sans font from Google --- index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index c622190..11ed79c 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,9 @@ + + +

inØsight 2.1.0source

@@ -58,7 +61,7 @@ /* ---------------------------------------------------- */ body { - font-family: Candara, "DejaVu Sans", sans-serif, Arial, Helvetica; + font-family: 'Open Sans', sans-serif; background-color: #002b4d; width: 500px; height: 320px; @@ -87,7 +90,7 @@ margin: 1.5%; width: 95.5%; height: 69%; - font-family: "Open Sans", Candara, "DejaVu Sans", sans-serif, Arial, Helvetica; + font-family: 'Open Sans', sans-serif; font-size: 13px; font-style: normal; font-variant: normal; @@ -141,4 +144,3 @@ -