generated from nhcarrigan/template
style: apply style guide fonts, colours, and readability fixes #31
+20
-6
@@ -1,8 +1,22 @@
|
|||||||
@font-face {
|
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&family=Creepster&family=Griffy&family=Henny+Penny&display=swap');
|
||||||
font-family: "Vampyr";
|
|
||||||
src: url("https://cdn.nhcarrigan.com/fonts/vampyr.ttf") format("truetype");
|
body {
|
||||||
|
font-family: "Kalam", cursive !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
h1,
|
||||||
font-family: "Vampyr", monospace !important;
|
h2,
|
||||||
}
|
h3,
|
||||||
|
h4,
|
||||||
|
h5,
|
||||||
|
h6 {
|
||||||
|
font-family: "Griffy", cursive !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.witchy-accent {
|
||||||
|
font-family: "Creepster", cursive;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mystical-text {
|
||||||
|
font-family: "Henny Penny", cursive;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user