Skip to content

Commit

Permalink
Merge pull request #147 from MaluNoPeleke/patch-3
Browse files Browse the repository at this point in the history
Update default.hbs
  • Loading branch information
godofredoninja authored Mar 19, 2021
2 parents d43e626 d2bb2f6 commit 495ce6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 17,8 @@
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1">
{{!-- Fonts => Roboto && Merriweather --}}
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,400i,700&display=swap" rel="stylesheet">
<link rel="preload" href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'"/><noscript><link href="https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700&display=swap" rel="stylesheet" type="text/css"/></noscript>
<link rel="preload" href="https://fonts.googleapis.com/css?family=Merriweather:400,400i,700&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'"/><noscript><link href="https://fonts.googleapis.com/css?family=Merriweather:400,400i,700&display=swap" rel="stylesheet" type="text/css"/></noscript>
{{!-- Styles --}}
<link rel="stylesheet" type="text/css" href="{{asset "styles/main.css"}}"/>

Expand Down Expand Up @@ -88,4 88,4 @@
{{!-- The #block helper will pull in data from the #contentFor other template files. --}}
{{{block "scripts"}}}
</body>
</html>
</html>

0 comments on commit 495ce6a

Please sign in to comment.