mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 09:01:15 +00:00
base
This commit is contained in:
parent
bd2f729e8c
commit
c69d0fa569
2 changed files with 2 additions and 56 deletions
|
|
@ -5,7 +5,7 @@ import DocLayout from "../layouts/DocLayout.astro";
|
||||||
<DocLayout title="" description="desktop control for AI agents">
|
<DocLayout title="" description="desktop control for AI agents">
|
||||||
<header>
|
<header>
|
||||||
<h1>deskctl</h1>
|
<h1>deskctl</h1>
|
||||||
<code>desktop control CLI for AI agents</code>
|
<code style="display:inline-flex;align-items:center;padding:0.2em 0.25em;"><img src="/favicon.svg" alt="" width="48" height="48" /></code>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
|
||||||
|
|
@ -1,57 +1,3 @@
|
||||||
@font-face {
|
|
||||||
font-family: "Signifier";
|
|
||||||
src: url("https://www.barrettruth.com/fonts/signifier/Signifier-Regular.ttf")
|
|
||||||
format("truetype");
|
|
||||||
font-weight: 400;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "Signifier";
|
|
||||||
src: url("https://www.barrettruth.com/fonts/signifier/Signifier-RegularItalic.ttf")
|
|
||||||
format("truetype");
|
|
||||||
font-weight: 400;
|
|
||||||
font-style: italic;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "Signifier";
|
|
||||||
src: url("https://www.barrettruth.com/fonts/signifier/Signifier-Light.ttf")
|
|
||||||
format("truetype");
|
|
||||||
font-weight: 300;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "Signifier";
|
|
||||||
src: url("https://www.barrettruth.com/fonts/signifier/Signifier-LightItalic.ttf")
|
|
||||||
format("truetype");
|
|
||||||
font-weight: 300;
|
|
||||||
font-style: italic;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "Signifier";
|
|
||||||
src: url("https://www.barrettruth.com/fonts/signifier/Signifier-Medium.ttf")
|
|
||||||
format("truetype");
|
|
||||||
font-weight: 500;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: "Signifier";
|
|
||||||
src: url("https://www.barrettruth.com/fonts/signifier/Signifier-Bold.ttf")
|
|
||||||
format("truetype");
|
|
||||||
font-weight: 700;
|
|
||||||
font-style: normal;
|
|
||||||
font-display: swap;
|
|
||||||
}
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Berkeley Mono";
|
font-family: "Berkeley Mono";
|
||||||
src: url("https://www.barrettruth.com/fonts/berkeley-mono/BerkeleyMono-Regular.ttf")
|
src: url("https://www.barrettruth.com/fonts/berkeley-mono/BerkeleyMono-Regular.ttf")
|
||||||
|
|
@ -89,7 +35,7 @@
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body {
|
body {
|
||||||
font-family: "Signifier", serif;
|
font-family: "Berkeley Mono", monospace;
|
||||||
line-height: 1.65;
|
line-height: 1.65;
|
||||||
color: #1a1a1a;
|
color: #1a1a1a;
|
||||||
background: #f5f5f5;
|
background: #f5f5f5;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue