Support Google Font dependencies
Allow downloading fonts from Google Font at install time. Closes GitLab issue #595, thanks to Martin (@efelon) for the report. Closes re-opened GitLab issue #343. Remove included Lato font. Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -22,7 +22,7 @@ class DependenciesApp(MayanAppConfig):
|
||||
app_namespace = 'dependencies'
|
||||
app_url = 'dependencies'
|
||||
has_rest_api = False
|
||||
has_tests = False
|
||||
has_tests = True
|
||||
name = 'mayan.apps.dependencies'
|
||||
verbose_name = _('Dependencies')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user