Skip to content

Commit

Permalink
Fix font includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
wmealing committed Dec 28, 2023
1 parent a67a4c8 commit 00d6e3f
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
102 changes: 51 additions & 51 deletions index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.org
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#+HTML_HEAD: <link href="https://fonts.googleapis.com/css2?family=B612&display=swap" rel="stylesheet">
#+HTML_HEAD: <link rel="stylesheet" href="tufte.css" type="text/css" />
#+HTML_HEAD: <style> * { font-family: 'B612', sans-serif; } </style>
#+HTML_HEAD_EXTRA: <meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src https://*; child-src 'none';">
#+HTML_HEAD_EXTRA: <meta http-equiv="Content-Security-Policy" content="default-src 'self'; img-src https://*; child-src 'none'; font-src fonts.gstatic.com;style-src 'self' fonts.googleapis.com">

* [[https://wmealing.github.io/atomic-operations-in-common-lisp.html][Atom(ic) Operations in Common Lisp]]

Expand Down

0 comments on commit 00d6e3f

Please sign in to comment.