For now? I'm experimenting on an old concept.
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: Replace Syne font with Vend sans for enhanced G readability

authored by strawmelonjuice.com and committed by

GitHub c00cdc3a b649f7ab

+25 -16
+1 -1
assets/fonts/Syne/OFL.txt assets/fonts/Vend_Sans/OFL.txt
··· 1 - Copyright 2017 The Syne Project Authors (https://gitlab.com/bonjour-monde/fonderie/syne-typeface) 1 + Copyright 2025 The Vend Sans Project Authors (https://github.com/ktkm/Vend-Sans) 2 2 3 3 This Font Software is licensed under the SIL Open Font License, Version 1.1. 4 4 This license is copied below, and is also available with a FAQ at:
+18 -12
assets/fonts/Syne/README.txt assets/fonts/Vend_Sans/README.txt
··· 1 - Syne Variable Font 2 - ================== 1 + Vend Sans Variable Font 2 + ======================= 3 3 4 - This download contains Syne as both a variable font and static fonts. 4 + This download contains Vend Sans as both variable fonts and static fonts. 5 5 6 - Syne is a variable font with this axis: 6 + Vend Sans is a variable font with this axis: 7 7 wght 8 8 9 - This means all the styles are contained in a single file: 10 - Syne/Syne-VariableFont_wght.ttf 9 + This means all the styles are contained in these files: 10 + VendSans-VariableFont_wght.ttf 11 + VendSans-Italic-VariableFont_wght.ttf 11 12 12 13 If your app fully supports variable fonts, you can now pick intermediate styles 13 14 that aren’t available as static fonts. Not all apps support variable fonts, and 14 - in those cases you can use the static font files for Syne: 15 - Syne/static/Syne-Regular.ttf 16 - Syne/static/Syne-Medium.ttf 17 - Syne/static/Syne-SemiBold.ttf 18 - Syne/static/Syne-Bold.ttf 19 - Syne/static/Syne-ExtraBold.ttf 15 + in those cases you can use the static font files for Vend Sans: 16 + static/VendSans-Light.ttf 17 + static/VendSans-Regular.ttf 18 + static/VendSans-Medium.ttf 19 + static/VendSans-SemiBold.ttf 20 + static/VendSans-Bold.ttf 21 + static/VendSans-LightItalic.ttf 22 + static/VendSans-Italic.ttf 23 + static/VendSans-MediumItalic.ttf 24 + static/VendSans-SemiBoldItalic.ttf 25 + static/VendSans-BoldItalic.ttf 20 26 21 27 Get started 22 28 -----------
assets/fonts/Syne/Syne-VariableFont_wght.ttf

This is a binary file and will not be displayed.

assets/fonts/Syne/static/Syne-Bold.ttf

This is a binary file and will not be displayed.

assets/fonts/Syne/static/Syne-ExtraBold.ttf

This is a binary file and will not be displayed.

assets/fonts/Syne/static/Syne-Medium.ttf

This is a binary file and will not be displayed.

assets/fonts/Syne/static/Syne-Regular.ttf

This is a binary file and will not be displayed.

assets/fonts/Syne/static/Syne-SemiBold.ttf

This is a binary file and will not be displayed.

assets/fonts/Vend_Sans/VendSans-Italic-VariableFont_wght.ttf

This is a binary file and will not be displayed.

assets/fonts/Vend_Sans/VendSans-VariableFont_wght.ttf

This is a binary file and will not be displayed.

assets/fonts/Vend_Sans/static/VendSans-Bold.ttf

This is a binary file and will not be displayed.

assets/fonts/Vend_Sans/static/VendSans-BoldItalic.ttf

This is a binary file and will not be displayed.

assets/fonts/Vend_Sans/static/VendSans-Italic.ttf

This is a binary file and will not be displayed.

assets/fonts/Vend_Sans/static/VendSans-Light.ttf

This is a binary file and will not be displayed.

assets/fonts/Vend_Sans/static/VendSans-LightItalic.ttf

This is a binary file and will not be displayed.

assets/fonts/Vend_Sans/static/VendSans-Medium.ttf

This is a binary file and will not be displayed.

assets/fonts/Vend_Sans/static/VendSans-MediumItalic.ttf

This is a binary file and will not be displayed.

assets/fonts/Vend_Sans/static/VendSans-Regular.ttf

This is a binary file and will not be displayed.

assets/fonts/Vend_Sans/static/VendSans-SemiBold.ttf

This is a binary file and will not be displayed.

assets/fonts/Vend_Sans/static/VendSans-SemiBoldItalic.ttf

This is a binary file and will not be displayed.

+6 -3
client/app.css
··· 32 32 /* The Syne Font is used for: 33 33 * Main theme 34 34 */ 35 - font-family: "Syne"; 36 - src: url(/assets/fonts/Syne/Syne-VariableFont_wght.ttf); 35 + font-family: "Vend Sans"; 36 + src: url(/assets/fonts/Vend_Sans/VendSans-VariableFont_wght.ttf); 37 37 } 38 38 39 39 @font-face { ··· 61 61 } 62 62 63 63 @theme { 64 - --font-sans: "Syne"; 64 + --font-sans: "Vend Sans"; 65 65 --font-logo: "Gantari"; 66 66 --font-content: "Elms Sans"; 67 67 --font-menuitems: "Josefin Sans"; 68 68 --font-script: "DM Mono"; 69 69 } 70 + 70 71 71 72 @plugin "daisyui" { 72 73 } ··· 104 105 --border: 1px; 105 106 --depth: 1; 106 107 --noise: 0; 108 + --spacing: 0.5rem; 107 109 } 108 110 109 111 @plugin "daisyui/theme" { ··· 147 149 --border: 1px; 148 150 --depth: 1; 149 151 --noise: 0; 152 + --spacing: 0.5rem; 150 153 } 151 154 152 155 @layer base {