Use own font
This commit is contained in:
@ -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://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 * {
|
body * {
|
||||||
font-family: "Alegreya", serif;
|
font-family: "Alegreya", serif;
|
||||||
|
|||||||
BIN
static/font/Coelacanth.otf
Normal file
BIN
static/font/Coelacanth.otf
Normal file
Binary file not shown.
Reference in New Issue
Block a user