Use Google Fonts subsets for localizations

This commit is contained in:
Roman Kinyakin
2016-04-19 11:21:55 +07:00
parent 159390f989
commit 0c4737aca1
5 changed files with 143 additions and 39 deletions
+2
View File
@@ -50,5 +50,7 @@ class AppComposer
} else {
$view->withSiteTitle(Config::get('setting.app_name'));
}
$view->withFontSubset(Config::get('langs.'.Config::get('app.locale').'.subset', 'latin'));
}
}