Files
wildness.makyo.ink/static/wildness.css
Madison Scott-Clary 99558e497c Just add font here
2023-03-27 18:50:15 -07:00

11 lines
257 B
CSS

@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;
}