Skip to content

Commit

Permalink
Merge branch 'master' of github.com:microweber-templates/shopmag
Browse files Browse the repository at this point in the history
  • Loading branch information
raikov committed Dec 7, 2021
2 parents ed996d2 + 524e446 commit dbbd863
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions header.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
<meta property="og:image" content="{content_image}"/>
<meta property="og:description" content="{og_description}"/>
<meta property="og:site_name" content="{og_site_name}"/>
<link rel="preconnect" href="//fonts.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="//fonts.googleapis.com/css2?family=Jost:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap">
<link rel="stylesheet" href="<?php print template_url(); ?>assets/fonts/fontawesome-free-5.15.4-web/css/all.css"/>

<script>
mw.require('icon_selector.js');
Expand All @@ -38,8 +40,6 @@
});
</script>

<script src="<?php print template_url() ?>assets/js/main.js"></script>

<?php print get_template_stylesheet(); ?>

<?php include('template_settings.php'); ?>
Expand Down

0 comments on commit dbbd863

Please sign in to comment.