Use local fonts

This commit is contained in:
Florine W. Dekker 2021-03-26 04:02:17 +01:00
parent 32f779f098
commit b0241db1fb
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
3 changed files with 3 additions and 4 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "doomsday",
"version": "1.3.10",
"version": "1.3.11",
"description": "Test your mastery of Conway's Doomsday rule.",
"author": "Felix W. Dekker",
"browser": "dist/bundle.js",
@ -16,7 +16,7 @@
"deploy": "grunt deploy"
},
"dependencies": {
"@fwdekker/template": "^0.0.22"
"@fwdekker/template": "^0.0.24"
},
"devDependencies": {
"grunt": "^1.3.0",

View File

@ -10,8 +10,7 @@
<title>Doomsday | FWDekker</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic"
crossorigin="anonymous" />
<link rel="stylesheet" href="https://static.fwdekker.com/fonts/roboto.css" crossorigin="anonymous" />
<link rel="stylesheet" href="main.css?v=%%VERSION_NUMBER%%" />
</head>
<body>