feat: update policies, use new font, spell check (finally) (#44)

Reviewed-on: https://codeberg.org/nhcarrigan/docs/pulls/44
Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com>
Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit is contained in:
2024-12-16 02:21:38 +00:00
committed by Naomi the Technomancer
parent de40813634
commit c34257ac0d
23 changed files with 1076 additions and 1856 deletions

Binary file not shown.

8
src/fonts/font-face.css Normal file
View File

@ -0,0 +1,8 @@
@font-face {
font-family: "OpenDyslexic Mono";
src: url("./OpenDyslexicMono-Regular.otf") format("opentype");
}
* {
font-family: "OpenDyslexic Mono", monospace !important;
}