Skip to content

Commit a707bfc

Browse files
Use heavier Bricolage Grotesque display font + Sora body, add app-icon favicon
1 parent edab37f commit a707bfc

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

docs/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
<meta name="theme-color" content="#ffffff">
77
<meta name="description" content="InstaReply Bot is an Android app for automating supported Instagram DM replies from notifications, rules and your selected AI provider.">
88
<title>InstaReply Bot — AI Auto-Reply for Instagram DMs</title>
9+
<link rel="icon" href="assets/app-icon.jpg" type="image/jpeg">
10+
<link rel="apple-touch-icon" href="assets/app-icon.jpg">
11+
<link rel="preconnect" href="https://fonts.googleapis.com">
12+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
13+
<link href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,600;12..96,700;12..96,800&family=Sora:wght@400;500;600;700;800&display=swap" rel="stylesheet">
914
<style>
1015
:root{
1116
--blue:#1769e0;
@@ -26,12 +31,15 @@
2631
--soft:cubic-bezier(.25,.8,.28,1);
2732
}
2833
*{box-sizing:border-box}
34+
h1,h2,h3,h4,.brand,.button,.download-card strong,.footer-brand{
35+
font-family:"Bricolage Grotesque","Sora",sans-serif;
36+
}
2937
html{scroll-behavior:smooth}
3038
body{
3139
margin:0;
3240
color:var(--ink);
3341
background:var(--surface);
34-
font-family:"Trebuchet MS","Segoe UI",Arial,Helvetica,sans-serif;
42+
font-family:"Sora","Trebuchet MS","Segoe UI",Arial,Helvetica,sans-serif;
3543
line-height:1.55;
3644
-webkit-font-smoothing:antialiased;
3745
}

0 commit comments

Comments
 (0)