Use own font

This commit is contained in:
Madison Scott-Clary
2024-02-13 18:35:26 -08:00
parent bda1265edd
commit 83953f351a
2 changed files with 4 additions and 1 deletions

View File

@ -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;

BIN
static/font/Coelacanth.otf Normal file

Binary file not shown.