posts-go/custom/head.html

21 lines
529 B
HTML
Raw Normal View History

2021-11-30 15:17:09 +00:00
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
2022-07-10 11:38:05 +00:00
href="https://fonts.googleapis.com/css2?family=Recursive:wght,CASL,MONO@300..800,0..1,0..1&display=swap"
2021-11-30 15:17:09 +00:00
rel="stylesheet"
/>
<style>
body {
font-family: "Recursive", sans-serif;
font-variation-settings: "MONO" 0, "CASL" 1;
}
code {
font-family: "Recursive", monospace;
font-variation-settings: "MONO" 1, "CASL" 1;
}
</style>
2022-07-10 11:42:28 +00:00
<a href="index">Back to index</a>