diff --git a/static/css/florilegium.css b/static/css/florilegium.css index 32fe50e..24f4b33 100644 --- a/static/css/florilegium.css +++ b/static/css/florilegium.css @@ -1,5 +1,8 @@ @import url('https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400;0,700;1,400;1,700'); -@import url('https://fontlibrary.org/en/face/coelacanth'); +@font-face { + font-family: Coelacanth; + src: url('/font/Coelacanth.otf') format('opentype'); +} body * { font-family: "Alegreya", serif; diff --git a/static/font/Coelacanth.otf b/static/font/Coelacanth.otf new file mode 100644 index 0000000..ef6e685 Binary files /dev/null and b/static/font/Coelacanth.otf differ