Rust library to generate static websites
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(website): Ensure Charter is used on Windows

+10
website/assets/fonts/charter_regular.woff2

This is a binary file and will not be displayed.

+10
website/assets/prin.css
··· 1 1 @import "tailwindcss"; 2 2 3 + @font-face { 4 + font-family: "Charter"; 5 + src: 6 + local("Charter"), 7 + url("./fonts/charter_regular.woff2") format("woff2"); 8 + font-weight: normal; 9 + font-style: normal; 10 + font-display: swap; 11 + } 12 + 3 13 @theme { 4 14 --color-our-white: #fafafa; 5 15 --color-our-black: #262421;