Fonts?
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user