November update James 5

This commit is contained in:
Isaac Greene 2025-11-15 11:35:05 -05:00
parent 96de2718bd
commit faea254594
Signed by: isaac
SSH key fingerprint: SHA256:Jr4CSXfwzXSuwhYRd3vX12Wt/v8vkvq0hOJ0NLwubH8
17 changed files with 37 additions and 100 deletions

14
20251115.css Normal file
View file

@ -0,0 +1,14 @@
@font-face {
font-family: "Aurelis";
font-weight: normal;
font-style: normal;
src: url("https://cdn.isaac.run/brand/carattere/Aurelis-Regular.woff2") format("woff2");
}
html {
font-family: "Aurelis";
max-width: 450px;
margin-left: 5%;
font-size: 1.25em;
line-height: 1.5;
}