mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
chore(icons): replace Lucide icons with custom icon components
The changes show migration from Lucide to custom icon components. The change touches multiple components and includes adding new icon files.
This commit is contained in:
parent
da8dfd63bd
commit
b91fe93229
29 changed files with 230 additions and 157 deletions
|
@ -19,6 +19,13 @@ export default {
|
|||
},
|
||||
center: true,
|
||||
},
|
||||
fontFamily: {
|
||||
junicode: ['Junicode, serif', {
|
||||
fontFeatureSettings: {
|
||||
'swsh': 1
|
||||
}
|
||||
}],
|
||||
},
|
||||
extend: {
|
||||
screens: {
|
||||
'-sm': '@media (max-width: 639px)',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue