Switch to submodule

This commit is contained in:
Madison Scott-Clary
2022-02-04 22:11:49 -08:00
parent 0cc020016c
commit 1c523c859a
6 changed files with 49 additions and 0 deletions

10
static/wildness.css Normal file
View File

@ -0,0 +1,10 @@
@import url("https://fonts.googleapis.com/css?family=Gentium+Book+Basic");
@font-face {
font-family: "Tom's New Roman";
font-weight: 400;
font-style: normal;
src: url("/tomnr.woff") format("woff");
}
header, footer, .title ul li p:first-of-type, ul.pagination, h1, h2 {
font-family: "Tom's New Roman", serif;
}