Skip to content

Commit 1f8c03c

Browse files
authored
new-log-viewer: Replace fallback font with Inter. (#78)
1 parent 70a3ea5 commit 1f8c03c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

new-log-viewer/public/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
1010
<link rel="preconnect" href="https://fonts.googleapis.com">
1111
<link rel="preconnect" crossorigin href="https://fonts.gstatic.com">
12-
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
12+
<link rel="stylesheet"
13+
href="https://fonts.googleapis.com/css2?family=Inter:wght@300..700&display=swap">
1314
</head>
1415
<body>
1516
<div id="root"></div>

new-log-viewer/src/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ html {
1313
:root {
1414
/* font-family globals */
1515
--ylv-ui-font-family: -apple-system, "BlinkMacSystemFont", system-ui, "Ubuntu", "Droid Sans",
16-
"Roboto";
16+
"Inter";
1717

1818
/* size globals */
1919
--ylv-status-bar-height: 32px;

0 commit comments

Comments
 (0)