website
git clone https://git.pyrossh.dev/website
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
6e79fc0
— pyrossh
2024-05-11T14:46:33+05:30
Fix fonts
- tailwind.config.js +1 -1
tailwind.config.js
CHANGED
|
@@ -8,7 +8,7 @@ export default {
|
|
|
8
8
|
sans: 'system-ui',
|
|
9
9
|
serif: 'system-ui',
|
|
10
10
|
mono: 'monospace',
|
|
11
|
-
logo: '
|
|
11
|
+
logo: 'cursive'
|
|
12
12
|
},
|
|
13
13
|
extend: {
|
|
14
14
|
typography: ({ theme }) => ({
|