This commit is contained in:
Madison Scott-Clary
2023-06-20 15:57:21 -07:00
parent 8cc53ec270
commit da010bdade

View File

@ -1,7 +1,12 @@
@import url('https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700'); @import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,700;1,400;1,700');
@import url('https://fontlibrary.org//face/coelacanth');
body *, h1, h2 { body * {
font-family: "Gentium Plus", serif !important; font-family: "Alegreya", serif;
}
h1, h2, h1 *, h2 * {
font-family: "Coelacanth", serif !important;
} }
header { header {