Skip to content

Commit

Permalink
fix font
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsJacobsen committed Jul 25, 2024
1 parent 4ccdd2d commit bfc4448
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lix/website/src/renderer/+onRenderHtml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export async function onRenderHtml(pageContext: PageContextServer) {
<head>
<title>Lix - Change Control System</title>
<link rel="icon" type="image/x-icon" href="/favicon.svg">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=0">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion lix/website/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

body {
margin: 0;
font-family: "Inter var", sans-serif;
font-family: "Inter", sans-serif;
}

div {
Expand Down

0 comments on commit bfc4448

Please sign in to comment.