diff --git a/static/css/florilegium.css b/static/css/florilegium.css index a0e19e3..8fbb6f9 100644 --- a/static/css/florilegium.css +++ b/static/css/florilegium.css @@ -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 { - font-family: "Gentium Plus", serif !important; +body * { + font-family: "Alegreya", serif; +} + +h1, h2, h1 *, h2 * { + font-family: "Coelacanth", serif !important; } header {