Remove footers, install font

This commit is contained in:
2018-08-03 04:14:36 +00:00
parent 9f0e1edc88
commit e5aa80e123
5 changed files with 18 additions and 57 deletions
+1
View File
@@ -30,6 +30,7 @@ server
<title>Tanner Collin</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="reset.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
${
assets.client.css
? `<link rel="stylesheet" href="${assets.client.css}">`