mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
chore: add cookie font for logo
This commit is contained in:
parent
76f0f18592
commit
e575d23c4a
BIN
assets/fonts/Cookie-Regular.ttf
Normal file
BIN
assets/fonts/Cookie-Regular.ttf
Normal file
Binary file not shown.
@ -65,7 +65,16 @@ class Sidebar extends HookConsumerWidget {
|
|||||||
|
|
||||||
final navigationButtons = [
|
final navigationButtons = [
|
||||||
NavigationLabel(
|
NavigationLabel(
|
||||||
child: mediaQuery.lgAndUp ? const Text("Spotube") : const Text(""),
|
child: mediaQuery.lgAndUp
|
||||||
|
? const DefaultTextStyle(
|
||||||
|
style: TextStyle(
|
||||||
|
fontFamily: "Cookie",
|
||||||
|
fontSize: 30,
|
||||||
|
letterSpacing: 1.8,
|
||||||
|
),
|
||||||
|
child: Text("Spotube"),
|
||||||
|
)
|
||||||
|
: const Text(""),
|
||||||
),
|
),
|
||||||
for (final tile in sidebarTileList)
|
for (final tile in sidebarTileList)
|
||||||
NavigationButton(
|
NavigationButton(
|
||||||
|
@ -200,6 +200,11 @@ flutter:
|
|||||||
- family: BootstrapIcons
|
- family: BootstrapIcons
|
||||||
fonts:
|
fonts:
|
||||||
- asset: packages/shadcn_flutter/icons/BootstrapIcons.otf
|
- asset: packages/shadcn_flutter/icons/BootstrapIcons.otf
|
||||||
|
- family: Cookie
|
||||||
|
fonts:
|
||||||
|
- asset: assets/fonts/Cookie-Regular.ttf
|
||||||
|
style: normal
|
||||||
|
weight: 500
|
||||||
|
|
||||||
flutter_gen:
|
flutter_gen:
|
||||||
output: lib/collections
|
output: lib/collections
|
||||||
|
Loading…
Reference in New Issue
Block a user