From 76c5a9c13b56f6560851c0cbf5e10275367e1fa3 Mon Sep 17 00:00:00 2001 From: xtzws Date: Tue, 22 Apr 2025 02:47:24 -0400 Subject: [PATCH] Added fallback fonts --- terms/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terms/index.css b/terms/index.css index 246d3d1..6ec01ad 100644 --- a/terms/index.css +++ b/terms/index.css @@ -14,7 +14,7 @@ } html { - font-family: "Satoshi"; + font-family: "Satoshi", "Inter", "Arial", sans-serif; font-size: 1.05em; font-feature-settings: "ss02" 1, "ss03" 1; text-wrap: pretty;