Fonts added

Change-Id: I32fb8011dd391d35c34627713cb38e5432927c7e
This commit is contained in:
Adlair Cerecedo-Mendez 2023-07-17 21:13:49 -06:00 committed by Octavio Alvarez
parent 11ef55a685
commit 768751a831

View file

@ -426,7 +426,7 @@ while (<FILES>)
} }
my $size = `git cat-file -s :$_`; my $size = `git cat-file -s :$_`;
# For now let's say large is 500KB # For now let's say large is 500KB
my $limit = 500; my $limit = 10000;
if ($size > $limit * 1024) if ($size > $limit * 1024)
{ {
print "Error: Attempt to add a large file: $_, pleasy try to fit into $limit KB.\n"; print "Error: Attempt to add a large file: $_, pleasy try to fit into $limit KB.\n";