Get code font working, closing notes for logseq article

This commit is contained in:
Jeremy List 2024-05-06 13:47:41 +12:00
parent 0286110168
commit 197a529e69
Signed by: jeremylist
GPG Key ID: 2FB4463DFC98DC97
3 changed files with 7 additions and 1 deletions

View File

@ -3,6 +3,12 @@ title: "In which I take a good look at logseq-NG"
author: "Jeremy List"
---
## Closing Note
I probably won't do anything further with this particular project because
the AWS optional dependencies for Electron seem to no longer be on by default
in `nixpkgs-unstable`. The following is preserved for posterity.
## The Circumstances
A while ago I installed NixOS on my computer and since then it's been my main

View File

@ -123,7 +123,6 @@ blockquote {
margin: 1em 0 1em 1.7em;
padding-left: 1em;
}
@import url('https://cdn.jsdelivr.net/gh/fonts-archive/IntelOneMono/IntelOneMono.css');
code {
font-family: 'Intel One Mono', 'Lucida Console', monospace;
font-size: 85%;

View File

@ -18,6 +18,7 @@ $if(description-meta)$
$endif$
<link rel="me" href="https://hachyderm.io/@jeremy_list" />
<title>$if(title-prefix)$$title-prefix$ $endif$$pagetitle$</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fonts-archive/IntelOneMono/IntelOneMono.css" type="text/css"/>
<link rel="stylesheet" type="text/css" href="https://thunix.net/~jeremylist/site.css">
<style>
</style>