Commit 88e3c2c4218f576822920b24ae7bbbd807a94773
1 parent
7e4dcbdb
popup
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
src/app/frontend/views/index.php
... | ... | @@ -245,7 +245,6 @@ $page_title = isset( $page_title ) && !empty( $page_title ) ? $page_title : ''; |
245 | 245 | </div> |
246 | 246 | </div> |
247 | 247 | |
248 | -<link href="https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&subset=cyrillic-ext" rel="stylesheet"> | |
249 | 248 | <div class="delivery-form-par"> |
250 | 249 | <div class="close-white"></div> |
251 | 250 | <div class="popup-main-delivery"> | ... | ... |
src/app/frontend/views/partial/header.php
... | ... | @@ -2,6 +2,9 @@ |
2 | 2 | |
3 | 3 | <link rel="stylesheet" href="/css/main.min.css" type="text/css" media="all" /> |
4 | 4 | |
5 | +<link href="https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&subset=cyrillic-ext" rel="stylesheet" /> | |
6 | + | |
7 | + | |
5 | 8 | <!-- layerslider --> |
6 | 9 | <link rel="stylesheet" href="/css/layerslider.css" type="text/css"> |
7 | 10 | ... | ... |