diff --git a/new-log-viewer/public/index.html b/new-log-viewer/public/index.html index 799ad411e..0ea29173f 100644 --- a/new-log-viewer/public/index.html +++ b/new-log-viewer/public/index.html @@ -9,7 +9,8 @@ - +
diff --git a/new-log-viewer/src/index.css b/new-log-viewer/src/index.css index e354c3b96..bf176f5a1 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;