fix: include fonts directly to css

This commit is contained in:
Ondrej Vlach 2023-12-10 17:39:47 +01:00
parent c04f24a6f9
commit 6679779927
Signed by: ovlach
GPG Key ID: 4FF1A23B4914DE70
2 changed files with 73 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,10 +4,6 @@
<html>
<head>
<meta charset="UTF-8">
<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=Noto+Sans:wght@400;800&family=Roboto&display=swap" rel="stylesheet">
<style>
{{css::css()}}
</style>