Update dependencies, use local fonts

This commit is contained in:
Florine W. Dekker 2021-03-26 03:48:32 +01:00
parent 4cd50dd0cb
commit d556fe385a
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
3 changed files with 7 additions and 8 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "tools",
"version": "1.0.3",
"version": "1.0.4",
"description": "Main page for the /tools directory.",
"author": "Felix W. Dekker",
"browser": "dist/bundle.js",
@ -16,19 +16,19 @@
"deploy": "grunt deploy"
},
"dependencies": {
"@fwdekker/template": "^0.0.22",
"@fwdekker/template": "^0.0.24",
"hyperscript": "^2.0.2"
},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-cli": "^1.4.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-focus": "^1.0.0",
"grunt-text-replace": "^0.4.0",
"grunt-webpack": "^4.0.2",
"webpack": "^5.27.1",
"webpack": "^5.28.0",
"webpack-cli": "^4.5.0"
}
}

View File

@ -10,9 +10,8 @@
<title>Tools | FWDekker</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic"
crossorigin="anonymous" />
<link rel="stylesheet" href="main.css" />
<link rel="stylesheet" href="https://static.fwdekker.com/fonts/roboto.css" crossorigin="anonymous" />
<link rel="stylesheet" href="main.css?v=%%VERSION_NUMBER%%" />
</head>
<body>
<noscript>
@ -42,6 +41,6 @@
<!-- Scripts -->
<script src="bundle.js"></script>
<script src="bundle.js?v=%%VERSION_NUMBER%%"></script>
</body>
</html>