Initial commit
This commit is contained in:
commit
89f483171a
43 changed files with 2245 additions and 0 deletions
6
views/components/head_fonts.gotmpl
Normal file
6
views/components/head_fonts.gotmpl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{{ define "fonts" }}
|
||||
<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=Roboto:wght@300;500&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap" rel="stylesheet">
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue