From f1ef8524642fa41a181f21809cd00997836d5944 Mon Sep 17 00:00:00 2001 From: Junhao Liao Date: Sun, 29 Sep 2024 08:35:20 -0400 Subject: [PATCH] Switch font from Roboto to Inter. --- new-log-viewer/public/index.html | 4 +--- new-log-viewer/src/index.css | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/new-log-viewer/public/index.html b/new-log-viewer/public/index.html index 93e2ce1c..93c9beb2 100644 --- a/new-log-viewer/public/index.html +++ b/new-log-viewer/public/index.html @@ -9,10 +9,8 @@ - + href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" />
diff --git a/new-log-viewer/src/index.css b/new-log-viewer/src/index.css index e354c3b9..bf176f5a 100644 --- a/new-log-viewer/src/index.css +++ b/new-log-viewer/src/index.css @@ -13,7 +13,7 @@ html { :root { /* font-family globals */ --ylv-ui-font-family: -apple-system, "BlinkMacSystemFont", system-ui, "Ubuntu", "Droid Sans", - "Roboto"; + "Inter"; /* size globals */ --ylv-status-bar-height: 32px;