mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 23:19:29 +00:00
Added font awesome scripts
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
{{> head title=title }}
|
||||
<body>
|
||||
{{{ body }}}
|
||||
{{> scripts }}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -5,9 +5,8 @@
|
||||
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
||||
|
||||
<!-- Google fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap" rel="stylesheet">
|
||||
<link rel='preconnect' href='https://fonts.googleapis.com'>
|
||||
<link rel='preconnect' href='https://fonts.gstatic.com' crossorigin>
|
||||
|
||||
<!-- Stylesheet -->
|
||||
<link rel='stylesheet' href='/css/main.css'>
|
||||
|
||||
2
views/partials/scripts.hbs
Normal file
2
views/partials/scripts.hbs
Normal file
@@ -0,0 +1,2 @@
|
||||
<link href='https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap' rel='stylesheet'>
|
||||
<script src='https://kit.fontawesome.com/057c85fce9.js' crossorigin='anonymous'></script>
|
||||
Reference in New Issue
Block a user