tangled
alpha
login
or
join now
vielle.dev
/
pdsls
forked from
pds.ls/pdsls
0
fork
atom
atproto explorer
0
fork
atom
overview
issues
pulls
pipelines
sans serif title
handle.invalid
6 months ago
fc430549
77baa521
+2
-3
3 changed files
expand all
collapse all
unified
split
index.html
src
layout.tsx
uno.config.ts
-1
index.html
···
14
14
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
15
15
<link rel="preconnect" href="https://fonts.bunny.net" />
16
16
<link href="https://fonts.bunny.net/css?family=roboto-mono:400" rel="stylesheet" />
17
17
-
<link href="https://fonts.bunny.net/css?family=roboto-mono:700" rel="stylesheet" />
18
17
<script>
19
18
if (
20
19
localStorage.theme === "dark" ||
+1
-1
src/layout.tsx
···
41
41
<AccountManager />
42
42
</div>
43
43
<div class="flex basis-1/3 items-center justify-center text-center">
44
44
-
<A href="/" class="font-mono font-bold hover:underline">
44
44
+
<A href="/" style='font-feature-settings: "cv05"' class="font-bold hover:underline">
45
45
PDSls
46
46
</A>
47
47
</div>
+1
-1
uno.config.ts
···
8
8
provider: "none",
9
9
fonts: {
10
10
sans: "Inter:400,600,700",
11
11
-
mono: "Roboto Mono:400,700",
11
11
+
mono: "Roboto Mono:400",
12
12
},
13
13
}),
14
14
],