Just add font here

This commit is contained in:
Madison Scott-Clary
2023-03-27 18:50:15 -07:00
parent e826fd9342
commit 99558e497c
2 changed files with 2 additions and 2 deletions

View File

@ -1,10 +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;
}