feat: remove google font and add quicksand

This commit is contained in:
efrilm
2025-08-01 13:53:29 +07:00
parent 7a6da0397b
commit ba2e010150
10 changed files with 33 additions and 31 deletions
+15
View File
@@ -0,0 +1,15 @@
/// GENERATED CODE - DO NOT MODIFY BY HAND
/// *****************************************************
/// FlutterGen
/// *****************************************************
// coverage:ignore-file
// ignore_for_file: type=lint
// ignore_for_file: directives_ordering,unnecessary_import,implicit_dynamic_list_literal,deprecated_member_use
class FontFamily {
FontFamily._();
/// Font family: Quicksand
static const String quicksand = 'Quicksand';
}