Skip to content

Commit

Permalink
Fixed fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
berrysauce committed Oct 13, 2024
1 parent 3d00af9 commit 76fa823
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<link rel="icon" type="image/png" sizes="512x512" href="https://ingredients.work/assets/img/favicons/web-app-manifest-512x512.png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="preconnect" href="https://fonts.bunny.net">
<link rel="preload" href="https://fonts.bunny.net/css?family=inter:100,200,300,400,500,600,700,800,900|lora:400,400i,500,500i,600,600i,700,700i" rel="stylesheet" />
<link href="https://fonts.bunny.net/css?family=inter:100,200,300,400,500,600,700,800,900|lora:400,400i,500,500i,600,600i,700,700i" rel="stylesheet" />
<link rel="stylesheet" hef="https://ingredients.work/assets/css/styles.min.css">
</head>

Expand Down
2 changes: 1 addition & 1 deletion ui/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="icon" type="image/png" sizes="512x512" href="/assets/img/favicons/web-app-manifest-512x512.png">
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css">
<link rel="preconnect" href="https://fonts.bunny.net">
<link rel="preload" href="https://fonts.bunny.net/css?family=inter:100,200,300,400,500,600,700,800,900|lora:400,400i,500,500i,600,600i,700,700i" rel="stylesheet" />
<link href="https://fonts.bunny.net/css?family=inter:100,200,300,400,500,600,700,800,900|lora:400,400i,500,500i,600,600i,700,700i" rel="stylesheet" />
<link rel="stylesheet" href="/assets/css/styles.css">

<!-- Microsoft Clarity -->
Expand Down

0 comments on commit 76fa823

Please sign in to comment.