forked from tools/josh
1
0
Fork 0

Use local fonts

This commit is contained in:
Florine W. Dekker 2021-03-26 03:56:17 +01:00
parent cdf61ca665
commit 71ba3686f9
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "fwdekker.com",
"version": "0.39.15",
"version": "0.39.16",
"description": "The source code of [my personal website](https://fwdekker.com/).",
"author": "Felix W. Dekker",
"browser": "dist/bundle.js",

View File

@ -18,7 +18,7 @@
<link rel="apple-touch-icon" href="icon_ios.png?v=%%VERSION_NUMBER%%" />
<link rel="manifest" href="manifest.json?v=%%VERSION_NUMBER%%">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,700" rel="stylesheet" />
<link href="https://static.fwdekker.com/fonts/roboto-mono.css" rel="stylesheet" />
<link href="main.css?v=%%VERSION_NUMBER%%" rel="stylesheet" />
</head>
<body>