revert to system fonts

This commit is contained in:
planetabhi
2023-12-30 00:28:17 +05:30
parent 802b2afc9f
commit 021bfa05bd
3 changed files with 9 additions and 7 deletions
+6
View File
@@ -766,6 +766,12 @@
"tag": "Starting at $125/mo",
"url": "https://edison-ai.com/mosaic?ref=riseofmachine.com"
},
{
"title": "Mutual",
"body": "Customer service with AI.",
"tag": "Freemium",
"url": "https://mutual.info/?ref=riseofmachine.com"
},
{
"title": "My AskAI",
"body": "AI customer service assistant.",
+2 -6
View File
@@ -17,9 +17,6 @@ const { site, title, tagline } = Astro.props;
<script src="./theme.js"></script>
<meta name="generator" content={Astro.generator} />
<title>{site} — A curated collection of 300+ AI tools for indie hackers, makers, and SMBs.</title>
<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=IBM+Plex+Sans:wght@400;500;700&display=swap" rel="stylesheet">
<meta name="author" content="@planetabhi">
<meta name="description" content="A curated collection of 300+ AI tools for indie hackers, makers, and SMBs.">
<meta property="og:title" content="Rise of Machine">
@@ -86,8 +83,7 @@ const { site, title, tagline } = Astro.props;
</html>
<style is:global>
:root {
--system-ui: 'IBM Plex Sans', system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--system-ui: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--accent: var(--support-info);
--system-code: Menlo, Consolas, "Ubuntu Mono", "Roboto Mono",
"DejaVu Sans Mono", Monaco, Lucida Console, Liberation Mono,
@@ -114,7 +110,7 @@ const { site, title, tagline } = Astro.props;
margin-top: var(--spacing-00);
}
p.description-text {
max-inline-size: 610px;
max-inline-size: 600px;
}
.nu-u-link--subtle {
color: var(--text-secondary) !important;
+1 -1
View File
@@ -11,7 +11,7 @@ import Dashboard from "../components/Dashboard";
<Layout
site="Rise of Machine"
title="Make the most of it."
tagline="Feeling overwhelmed by the AI overload? Don't sweat it! We've curated a sweet collection of 300+ top-notch, affordable AI tools for all you indie hackers, makers, and hustling SMBs. Level up your skills or products with AI &#8212; you've got this!"
tagline="Feeling overwhelmed by the AI overload? Don't sweat it! We've curated a sweet collection of 300+ top-notch, affordable AI tools for all you indie hackers, makers, and SMBs. Level up your skills or products with AI &#8212; you've got this!"
>
<main>
<Dashboard client:load />