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://fontlibrary.org/en/face/coelacanth');
|
||||
@font-face {
|
||||
font-family: Coelacanth;
|
||||
src: url('/font/Coelacanth.otf') format('opentype');
|
||||
}
|
||||
|
||||
body * {
|
||||
font-family: "Alegreya", serif;
|
||||
|
||||
Reference in New Issue
Block a user