1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 20:59:30 +00:00

Added font awesome scripts

This commit is contained in:
2022-01-25 22:52:05 +00:00
parent 52d647ddfd
commit 8ed2038bd7
3 changed files with 5 additions and 3 deletions

View File

@@ -3,5 +3,6 @@
{{> head title=title }}
<body>
{{{ body }}}
{{> scripts }}
</body>
</html>

View File

@@ -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'>

View 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>