Skip to content

Commit

Permalink
Switch font from Roboto to Inter.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Sep 29, 2024
1 parent 1c80900 commit f1ef852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions new-log-viewer/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" crossorigin href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&display=swap">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap"
/>
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" />
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion new-log-viewer/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f1ef852

Please sign in to comment.