diff --git a/frontend/assets/AdminAsset.php b/frontend/assets/AdminAsset.php index b3cd25d..2173f44 100755 --- a/frontend/assets/AdminAsset.php +++ b/frontend/assets/AdminAsset.php @@ -19,7 +19,8 @@ class AdminAsset extends AssetBundle public $baseUrl = '@web'; public $css = [ 'css/style.css', - '/admin/css/flags32.css' + '/admin/css/flags32.css', + 'https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic,latin', ]; public $js = [ 'js/script.js', diff --git a/frontend/assets/AppAsset.php b/frontend/assets/AppAsset.php index 887c4a7..d141d22 100755 --- a/frontend/assets/AppAsset.php +++ b/frontend/assets/AppAsset.php @@ -19,7 +19,8 @@ class AppAsset extends AssetBundle public $baseUrl = '@web'; public $css = [ 'css/style.css', - '/admin/css/flags32.css' + '/admin/css/flags32.css', + 'https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic,latin', ]; public $js = [ 'js/script.js', diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 8917a08..7a90718 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -17,7 +17,7 @@ AppAsset::register($this); - + -- libgit2 0.21.4