mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-23 16:58:38 +02:00
feat: homepage font (#145)
* feat: new fonts file * chore: apply geist * chore: use relaway font for 'I want to learn' * chore: config font geist * feat(util): suffle array * feat: add geist
This commit is contained in:
@@ -79,7 +79,9 @@ const config = {
|
||||
|
||||
// learn anything custom
|
||||
fontFamily: {
|
||||
sans: ["var(--font-sans)", ...fontFamily.sans]
|
||||
// sans: ["var(--font-sans)", ...fontFamily.sans],
|
||||
sans: ["var(--font-geist-sans)"],
|
||||
mono: ["var(--font-geist-mono)"]
|
||||
},
|
||||
|
||||
backgroundImage: {
|
||||
|
||||
Reference in New Issue
Block a user