Front-page work, RT work

This commit is contained in:
Madison Scott-Clary
2019-11-02 15:19:29 -07:00
parent d48768b361
commit c283230b4b
17 changed files with 941 additions and 6 deletions

View File

@ -0,0 +1,14 @@
@@font-face {
font-family: "Tom's New Roman";
src: url('tomnr.woff') format('woff'), url('tomnr.woff2') format('woff2');
}
@import url('https://fonts.googleapis.com/css?family=Gentium+Basic|Spectral&display=swap');
h1, h2 {
font-family: "Tom's New Roman", sans-serif !important;
font-weight: bold;
}
h3, h4, h5, h6 {
font-family: "Spectral" !important;
}