Skip to content

Commit

Permalink
Merge pull request #59 from berrysauce/preview
Browse files Browse the repository at this point in the history
Fixed fonts
  • Loading branch information
berrysauce authored Oct 13, 2024
2 parents 9a23d33 + b1f53d9 commit 3d00af9
Show file tree
Hide file tree
Showing 25 changed files with 3 additions and 1,072 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/bootstrap@5.3.3/dist/css/bootstrap.min.css">
<link rel="preconnect" href="https://fonts.bunny.net">
<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="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 rel="stylesheet" hef="https://ingredients.work/assets/css/styles.min.css">
</head>

Expand Down
4 changes: 2 additions & 2 deletions ui/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<link rel="icon" type="image/png" sizes="192x192" href="/assets/img/favicons/web-app-manifest-192x192.png">
<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="stylesheet" href="/assets/css/Inter.css">
<link rel="stylesheet" href="/assets/css/Lora.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 rel="stylesheet" href="/assets/css/styles.css">

<!-- Microsoft Clarity -->
Expand Down
Loading

0 comments on commit 3d00af9

Please sign in to comment.