parent
11d322e3de
commit
336315fc15
4 changed files with 25 additions and 0 deletions
23
assets/cullmann.css
Normal file
23
assets/cullmann.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
@font-face {
|
||||
font-family: 'Geist';
|
||||
src: url('/fonts/Geist.woff2') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'GeistMono';
|
||||
src: url('/fonts/GeistMono.woff2') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Geist";
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: "GeistMono";
|
||||
}
|
2
layouts/partials/custom_head.html
Normal file
2
layouts/partials/custom_head.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
{{ $extra := resources.Get "cullmann.css" | minify }}
|
||||
<link href="{{ $extra.RelPermalink }}" rel="stylesheet">
|
BIN
static/fonts/Geist.woff2
Normal file
BIN
static/fonts/Geist.woff2
Normal file
Binary file not shown.
BIN
static/fonts/GeistMono.woff2
Normal file
BIN
static/fonts/GeistMono.woff2
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue