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 7eb2651 commit b1f53d9
Show file tree
Hide file tree
Showing 25 changed files with 5 additions and 1,074 deletions.
6 changes: 3 additions & 3 deletions pages/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
<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>r
</head>

<body style="font-family: Inter, sans-serif;">
<section class="py-4 py-xl-5">
<div class="container" style="max-width: 600px;">
<div class="container" style="max-width: 700px;">
<div class="text-center p-4 p-lg-5">
<h1 class="display-4" style="font-weight: bold;margin-bottom: 32px;margin-top: 15vh;font-family: Lora, serif;"><img class="img-fluid" src="https://ingredients.work/assets/img/icon.webp" alt="Salad bowl" style="width: 56px;margin-top: -8px;margin-right: 10px;">Ingredients&nbsp;<span style="font-weight: 300;">API</span></h1>
<ul class="list-inline text-center" style="font-size: 16px;margin-bottom: 32px;">
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 b1f53d9

Please sign in to comment.